| LocalisationServiceAsNormalisedAscii Method (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.
Namespace:
ImmerseSDK.Localisation
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax public static string AsNormalisedAscii(
string original,
Encoding asciiEncoder
)
Parameters
- original
- Type: SystemString
- asciiEncoder
- Type: System.TextEncoding
Return Value
Type:
StringSee Also