Property | Type | Description | |
---|---|---|---|
Decode | int | ||
Decode | int | ||
Decode | void | ||
Reset | void | ||
SetNextOutputBuffer | void |
Method | Description | |
---|---|---|
Decode ( char chars, bool allowOddChars ) : byte[] |
Method | Description | |
---|---|---|
Decode ( char chars, int startPos, int len ) : int | ||
Decode ( string str, int startPos, int len ) : int | ||
Decode ( char pChars, char pCharsEndPos, byte pBytes, byte pBytesEndPos, bool &hasHalfByteCached, byte &cachedHalfByte, int &charsDecoded, int &bytesDecoded ) : void | ||
Reset ( ) : void | ||
SetNextOutputBuffer ( |
public static Decode ( char chars, bool allowOddChars ) : byte[] | ||
chars | char | |
allowOddChars | bool | |
return | byte[] |