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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา