FastInfoset.NET Class Reference for .NET
WriteElementData(String,Single) Method






The local name of the element.
The value of the element.
Encodes a single-precision floating-pointing using Fast Infoset's binary encoding and writes the result as a complete element content.
Syntax
'Declaration
 
<System.ObsoleteAttribute()>
Public Overloads Sub WriteElementData( _
   ByVal localName As System.String, _
   ByVal value As System.Single _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim localName As System.String
Dim value As System.Single
 
instance.WriteElementData(localName, value)
[System.Obsolete()]
public void WriteElementData( 
   System.string localName,
   System.float value
)
public procedure WriteElementData( 
    localName: System.String;
    value: System.Single
); 
System.ObsoleteAttribute()
public function WriteElementData( 
   localName : System.String,
   value : System.float
);
[System.Obsolete()]
public: void WriteElementData( 
   System.string* localName,
   System.float value
) 
[System.Obsolete()]
public:
void WriteElementData( 
   System.String^ localName,
   System.float value
) 

Parameters

localName
The local name of the element.
value
The value of the element.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List

Send Feedback