Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteElementData(string,string,bool) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class > WriteElementData Method : WriteElementData(String,String,Boolean) Method



localName
The local name of the element.
ns
The namespace URI of the element.
value
The value of the element.
Encodes a boolean value using Fast Infoset's binary encoding and writes the result as a complete element content.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overloads Public Sub WriteElementData( _
   ByVal localName As String, _
   ByVal ns As String, _
   ByVal value As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim localName As String
Dim ns As String
Dim value As Boolean
 
instance.WriteElementData(localName, ns, value)
C# 
public void WriteElementData( 
   string localName,
   string ns,
   bool value
)
C++/CLI 
public:
void WriteElementData( 
   String^ localName,
   String^ ns,
   bool value
) 

Parameters

localName
The local name of the element.
ns
The namespace URI of the element.
value
The value of the element.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also