System.StringExtensions
Namespace: System
Assembly: Wisej.Framework (3.1.0.0)
Extends the Stringarrow-up-right class.
public class StringExtensions
Public Class StringExtensions
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.
Replaces diacritics (i.e. "ÇĆĈĊČ" = "C") with their invariant equivalent.
value
Stringarrow-up-right
String to normalize.
Returns: Stringarrow-up-right. A string without diacritics.
Last updated 3 years ago
Was this helpful?