C# Class sidepop.Mime.CustomBinarySixtyFourDecoder

Datei anzeigen Open project: Octopus-ITSM/sidepop Class Usage Examples

Public Methods

Method Description
CustomBinarySixtyFourDecoder ( char input ) : System
FromBinaryString ( string base64String ) : byte[]
GetDecoded ( ) : byte[]

Private Methods

Method Description
char2sixbit ( char c ) : byte

Method Details

CustomBinarySixtyFourDecoder() public method

public CustomBinarySixtyFourDecoder ( char input ) : System
input char
return System

FromBinaryString() public static method

public static FromBinaryString ( string base64String ) : byte[]
base64String string
return byte[]

GetDecoded() public method

public GetDecoded ( ) : byte[]
return byte[]