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






Encodes values in a UTF-8 text string format. Provides interoperability with Fast Infoset implementations that only support the Literal representation.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Literal As XmlFastInfosetWriterProfile
Visual Basic (Usage)Copy Code
Dim value As XmlFastInfosetWriterProfile
 
value = XmlFastInfosetWriterProfile.Literal
C# 
public static XmlFastInfosetWriterProfile Literal {get;}
Delphi 
public read-only property Literal: XmlFastInfosetWriterProfile; static; 
JScript 
public static function get Literal : XmlFastInfosetWriterProfile
Managed Extensions for C++ 
public: __property static XmlFastInfosetWriterProfile* get_Literal();
C++/CLI 
public:
static property XmlFastInfosetWriterProfile^ Literal {
   XmlFastInfosetWriterProfile^ get();
}

See Also