BaseEncoding.GetChar Method

CryptSharp

BaseEncodingGetChar Method CryptSharp
Gets the character corresponding to the specified value.

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

public virtual char GetChar(
	int value
)
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 

Parameters

value
Type: SystemInt32
A value.

Return Value

Type: Char
A character.
See Also

Reference