StringExtensions
System.StringExtensions
Namespace: System
Assembly: Wisej.Framework (3.2.0.0)
C#
VB.NET
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 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).
Replaces diacritics (i.e. "ÇĆĈĊČ" = "C") with their invariant equivalent.
Parameter | Type | Description |
---|---|---|
value | String to normalize. |
Last modified 4mo ago