FromBase64TransformMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether white space should be ignored in the base 64 transformation.
public enum class FromBase64TransformMode
public enum FromBase64TransformMode
[System.Serializable]
public enum FromBase64TransformMode
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum FromBase64TransformMode
type FromBase64TransformMode =
[<System.Serializable>]
type FromBase64TransformMode =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type FromBase64TransformMode =
Public Enum FromBase64TransformMode
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
IgnoreWhiteSpaces | 0 | White space should be ignored. |
DoNotIgnoreWhiteSpaces | 1 | White space should not be ignored. |
Remarks
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.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.