FromBase64TransformMode Enumeration
.NET Framework (current version)
Specifies whether white space should be ignored in the base 64 transformation.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| DoNotIgnoreWhiteSpaces | White space should not be ignored. | |
| IgnoreWhiteSpaces | White space should be ignored. |
White space includes the space character as well as tab characters, newline characters, and so on. Characters that constitute white space are those identified by the Char::IsWhiteSpace method.
.NET Framework
Available since 1.1
Available since 1.1
Show: