StringExtensions

System.StringExtensions

Namespace: System

Assembly: Wisej.Framework (3.1.0.0)

Extends the Stringarrow-up-right class.

public class StringExtensions
circle-info

In Visual Basic and C#, you can call this method as an instance method on any object of type Objectarrow-up-right. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic)arrow-up-right or Extension Methods (C# Programming Guide)arrow-up-right.

Methods

RemoveDiacritics(value)

Replaces diacritics (i.e. "ÇĆĈĊČ" = "C") with their invariant equivalent.

Parameter
Type
Description

value

String to normalize.

Returns: Stringarrow-up-right. A string without diacritics.

Last updated

Was this helpful?