FromBase64TransformMode
FromBase64TransformMode enum
Specifies whether white space should be ignored in the base 64 transformation.
enum class FromBase64TransformMode
Values
Name | Value | Description |
---|---|---|
IgnoreWhiteSpaces | 0 | White space should be ignored. |
DoNotIgnoreWhiteSpaces | 1 | White space should not be ignored. |
See Also
- Namespace System::Security::Cryptography
- Library Aspose.Slides