Class Transliteration
- Namespace
- Veritas
- Assembly
- Veritas.dll
Provides transliteration helpers for various identifier schemes.
public static class Transliteration
- Inheritance
-
Transliteration
- Inherited Members
Methods
TryBase36(char, out int)
Attempts to transliterate an alphanumeric base-36 character.
public static bool TryBase36(char ch, out int value)
Parameters
Returns
- bool
trueif the character maps to base-36; otherwise,false.
TryVin(char, out int)
Attempts to transliterate a VIN character to its numeric value.
public static bool TryVin(char ch, out int value)
Parameters
Returns
- bool
trueif the character was successfully transliterated; otherwise,false.