Noemax FastInfoset.NET
BooleanFormat Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriterProfile Class : BooleanFormat Property






Gets and sets the format used to serialize boolean values.

Syntax

Visual Basic (Declaration) 
Public Property BooleanFormat As XmlFastInfosetFormat
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriterProfile
Dim value As XmlFastInfosetFormat
 
instance.BooleanFormat = value
 
value = instance.BooleanFormat
C# 
public XmlFastInfosetFormat BooleanFormat {get; set;}
Delphi 
public read-write property BooleanFormat: XmlFastInfosetFormat; 
JScript 
public function get,set BooleanFormat : XmlFastInfosetFormat
Managed Extensions for C++ 
public: __property XmlFastInfosetFormat get_BooleanFormat();
public: __property void set_BooleanFormat( 
   XmlFastInfosetFormat value
);
C++/CLI 
public:
property XmlFastInfosetFormat BooleanFormat {
   XmlFastInfosetFormat get();
   void set (    XmlFastInfosetFormat value);
}

Remarks

Values of this data type can be encoded using any of the following representations:

- Binary
- Literal
- LiteralNoIndex

When values are indexed, they are added to the Fast Infoset vocabulary.

See Also