System::Security::Cryptography::FromBase64TransformMode 枚举
FromBase64TransformMode enum
指定在 base 64 转换中是否应忽略空白字符。
enum class FromBase64TransformMode
值
| 名称 | 值 | 描述 |
|---|---|---|
| IgnoreWhiteSpaces | 0 | 应忽略空白字符。 |
| DoNotIgnoreWhiteSpaces | 1 | 空白字符不应被忽略。 |
另见
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++