Method | Description | |
---|---|---|
Clear ( ) : void | ||
Dispose ( ) : void | ||
FromBase64Transform ( ) | ||
FromBase64Transform ( System whitespaces ) | ||
FromBase64Transform ( ) : System.Text | ||
FromBase64Transform ( FromBase64TransformMode whitespaces ) : System.Text | ||
TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ConvertFromBase64 ( byte temp, int effectiveCount ) : byte[] | ||
DiscardWhiteSpaces ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] | ||
GetTempBuffer ( byte inputBuffer, int inputOffset, int inputCount, int &effectiveCount ) : byte[] | ||
Reset ( ) : void | ||
ValidateTransformBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void |
public FromBase64Transform ( System whitespaces ) | ||
whitespaces | System |
public FromBase64Transform ( FromBase64TransformMode whitespaces ) : System.Text | ||
whitespaces | FromBase64TransformMode | |
return | System.Text |
public TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
outputBuffer | byte | |
outputOffset | int | |
return | int |
public TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
return | byte[] |