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

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

public virtual char GetChar(
	int value
)

Return Value

A character.
See Also