BaseEncodingGetValue Method | CryptSharp |
Gets the value corresponding to the specified character.
Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public virtual int GetValue( char character )
Public Overridable Function GetValue ( character As Char ) As Integer
public: virtual int GetValue( wchar_t character )
abstract GetValue : character : char -> int override GetValue : character : char -> int
Parameters
- character
- Type: SystemChar
A character.
Return Value
Type: Int32A value, or -1 if the character is not part of the encoding.
See Also