BaseEncodingDecodeFilterCallback DelegateCryptSharp
A callback to map arbitrary characters onto the characters that can be decoded.

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

public delegate char BaseEncodingDecodeFilterCallback(
	char originalCharacter
)

Parameters

originalCharacter
Type: OnlineSystem Char
The original character.

Return Value

the replacement character.
See Also