StringExtensions
System.StringExtensions
Last updated
System.StringExtensions
Last updated
Namespace: System
Assembly: Wisej.Framework (3.5.0.0)
Extends the class.
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see or .
Replaces diacritics (i.e. "ÇĆĈĊČ" = "C") with their invariant equivalent.
Parameter | Type | Description |
---|
Returns: . A string without diacritics.
value | String to normalize. |