C# Class sidepop.Mime.CustomBinarySixtyFourDecoder

Afficher le fichier Open project: Octopus-ITSM/sidepop Class Usage Examples

Méthodes publiques

Méthode Description
CustomBinarySixtyFourDecoder ( char input ) : System
FromBinaryString ( string base64String ) : byte[]
GetDecoded ( ) : byte[]

Private Methods

Méthode Description
char2sixbit ( char c ) : byte

Method Details

CustomBinarySixtyFourDecoder() public méthode

public CustomBinarySixtyFourDecoder ( char input ) : System
input char
Résultat System

FromBinaryString() public static méthode

public static FromBinaryString ( string base64String ) : byte[]
base64String string
Résultat byte[]

GetDecoded() public méthode

public GetDecoded ( ) : byte[]
Résultat byte[]