Table of Contents

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

ch char

Character to transliterate.

value int

Numeric value when conversion succeeds.

Returns

bool

true if 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

ch char

Character to transliterate.

value int

Resulting numeric value when the method returns.

Returns

bool

true if the character was successfully transliterated; otherwise, false.