FromBase64TransformMode
 Represents choices to ignore white spaces when
 tranforming blocks of text.
 Public Enum FromBase64TransformMode
Values
- IgnoreWhiteSpaces =  0
-  Any whitespace is skipped and the processing
 begins with the next non-whitespace character.
 
- DoNotIgnoreWhiteSpaces =  1
-  If whitespace is encountered during
 processing, then an exception will be thrown.
 
Remarks
 Whitespaces are defined as characters with the ascii value of 32, 9, 10, 11, 12, 13, 133, 160.
See Also
Project CorLib Overview
Class FromBase64Transform Overview