Gets the character corresponding to the specified value.
Namespace: CryptSharp.UtilityAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
public virtual char GetChar(
int value
)
public virtual char GetChar(
int value
)
Public Overridable Function GetChar ( _
value As Integer _
) As Char
Public Overridable Function GetChar ( _
value As Integer _
) As Char
public:
virtual wchar_t GetChar(
int value
)
abstract GetChar :
value : int -> char
override GetChar :
value : int -> char
abstract GetChar :
value : int -> char
override GetChar :
value : int -> char
Return Value
A character.