Click or drag to resize

LocalisationServiceAsNormalisedAscii Method

Overload List
  NameDescription
Public methodAsNormalisedAscii(String)
Returns the string as a normalised ASCII string. Accents are converted to a normalised character, and all non-ascii parts are mapped to String.Empty.
Public methodStatic memberAsNormalisedAscii(String, Encoding)
Returns the string as a normalised ASCII string. Accents are converted to a normalised character, and all non-ascii parts are mapped to String.Empty.
Top
See Also