Links

StringExtensions

System.StringExtensions
Namespace: System
Assembly: Wisej.Framework (3.2.0.0)
Extends the String class.
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).

Methods

RemoveDiacritics(value)

Replaces diacritics (i.e. "ÇĆĈĊČ" = "C") with their invariant equivalent.
Parameter
Type
Description
value
String
String to normalize.
Returns: String. A string without diacritics.
Last modified 30d ago