FromBase64TransformMode Enum

Definition

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
FromBase64TransformMode
Attributes

Fields

DoNotIgnoreWhiteSpaces 1

White space should not be ignored.

IgnoreWhiteSpaces 0

White space should 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