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



localName
The local name of the element.
ns
The namespace URI of the element.
value
The value of the element.
Encodes a double-precision floating-point number 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 Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim localName As String
Dim ns As String
Dim value As Double
 
instance.WriteElementData(localName, ns, value)
C# 
public void WriteElementData( 
   string localName,
   string ns,
   double value
)
C++/CLI 
public:
void WriteElementData( 
   String^ localName,
   String^ ns,
   double 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