LiquidTechnologies.XmlObjects Namespace / BoolRepresentationType Enumeration

In This Topic
    BoolRepresentationType Enumeration
    In This Topic
    Indicates how xs:boolean types are rendered in the serialized XML data
    Syntax
    'Declaration
     
    
    Public Enum BoolRepresentationType 
       Inherits System.Enum
    public enum BoolRepresentationType : System.Enum 
    Members
    MemberValueDescription
    OneZero1Indicates the bool representation in the XML will be "1" and "0"
    TrueFalse0Indicates the bool representation in the XML will be "true" and "false"
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             LiquidTechnologies.XmlObjects.BoolRepresentationType

    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also