StringExtensions

System.StringExtensions

Namespace: System

Assembly: Wisej.Framework (3.5.0.0)

Extends the String class.

public class StringExtensions

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

Methods

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

ParameterTypeDescription

value

String to normalize.

Returns: String. A string without diacritics.

Last updated