อ่านในภาษาอังกฤษ

แชร์ผ่าน


BooleanEntryWithBlankValues Enum

Definition

Boolean Value with Blank State

C#
public enum BooleanEntryWithBlankValues
C#
public readonly struct BooleanEntryWithBlankValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues>, IEquatable<DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues>
Inheritance
BooleanEntryWithBlankValues
Inheritance
BooleanEntryWithBlankValues

Fields

Name Value Description
True 0

Logical True.

When the item is serialized out as xml, its value is "True".

T 1

Logical True.

When the item is serialized out as xml, its value is "t".

False 2

Logical False.

When the item is serialized out as xml, its value is "False".

F 3

Logical False.

When the item is serialized out as xml, its value is "f".

Empty 4

Blank - Default Value.

When the item is serialized out as xml, its value is "".

BooleanEntryWithBlankValues(String)

Creates a new BooleanEntryWithBlankValues enum instance

Empty

Blank - Default Value.

When the item is serialized out as xml, its value is "".

Equality(BooleanEntryWithBlankValues, BooleanEntryWithBlankValues)
Equals(BooleanEntryWithBlankValues)
Equals(Object)
F

Logical False.

When the item is serialized out as xml, its value is "f".

False

Logical False.

When the item is serialized out as xml, its value is "False".

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<BooleanEntryWithBlankValues>.Create(String)
Inequality(BooleanEntryWithBlankValues, BooleanEntryWithBlankValues)
T

Logical True.

When the item is serialized out as xml, its value is "t".

ToString()
True

Logical True.

When the item is serialized out as xml, its value is "True".

Applies to

ผลิตภัณฑ์ เวอร์ชัน
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1