BaseEncoding GetValue Method CryptSharp
Gets the value corresponding to the specified character.

Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public virtual int GetValue(
	char character
)

Return Value

A value, or -1 if the character is not part of the encoding.
See Also