June 2003
Intermediate to advanced
714 pages
22h 8m
English
FromBase64TransformMode
public enum FromBase64TransformMode { IgnoreWhiteSpaces = 0,DoNotIgnoreWhiteSpaces = 1 }
This enumeration is used as an argument to the
FromBase64Transform constructor to specify whether
whitespace in the Base64-encoded data should be ignored.
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
FromBase64TransformMode
FromBase64Transform.FromBase64Transform( )