C# 클래스 sidepop.Mime.CustomBinarySixtyFourDecoder

파일 보기 프로젝트 열기: Octopus-ITSM/sidepop 1 사용 예제들

공개 메소드들

메소드 설명
CustomBinarySixtyFourDecoder ( char input ) : System
FromBinaryString ( string base64String ) : byte[]
GetDecoded ( ) : byte[]

비공개 메소드들

메소드 설명
char2sixbit ( char c ) : byte

메소드 상세

CustomBinarySixtyFourDecoder() 공개 메소드

public CustomBinarySixtyFourDecoder ( char input ) : System
input char
리턴 System

FromBinaryString() 공개 정적인 메소드

public static FromBinaryString ( string base64String ) : byte[]
base64String string
리턴 byte[]

GetDecoded() 공개 메소드

public GetDecoded ( ) : byte[]
리턴 byte[]