Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteValue Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : WriteValue Method



Writes a single or multiple simple-typed values.


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

Overload List

OverloadDescription
WriteValue(Object)Writes the value.  
WriteValue(Int32[])Encodes a single or multiple 32-bit signed integers using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(Int64[])Encodes a single or multiple 64-bit signed integers using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(Int16[])Encodes a single or multiple 16-bit signed integers using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(Double[])Encodes a single or multiple double-precision floating-point numbers using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(Single[])Encodes a single or multiple single-precision floating-point numbers using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(Boolean[])Encodes a single or multiple boolean values using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(Boolean) Encodes a boolean value using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(Double) Encodes a double-precision floating point number using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(Int32) Encodes a 32-bit signed integer using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(Single) Encodes a single-precision floating point number using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(Int64) Encodes a 64-bit signed integer using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(Int16) Encodes a 16-bit signed integer using Fast Infoset's binary encoding and writes the result at the current position in the element content.  
WriteValue(String) (Inherited from System.Xml.XmlWriter)
WriteValue(DateTime) (Inherited from System.Xml.XmlWriter)
WriteValue(Decimal) (Inherited from System.Xml.XmlWriter)

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in System.Xml.XmlWriter