Noemax FastInfoset.NET
WriteValue Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : WriteValue Method






Writes a single or multiple simple-typed values.

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(Decimal[])

Encodes a single or multiple decimal values using Fast Infoset's binary encoding and writes the result at the current position in the element content.

 
WriteValue(Boolean) Writes a boolean value.  
WriteValue(Double) Writes a double-precision floating point value.  
WriteValue(Single) Writes a single-precision floating point value.  
WriteValue(Int64) Writes a 64-bit signed integer value.  
WriteValue(Int32) Writes a 32-bit signed integer.  
WriteValue(Int16) Writes a 16-bit signed integer value.  
WriteValue(TimeSpan) Write TimeSpan value.  
WriteValue(Decimal) Write Decimal value.  
WriteValue(DateTime) Write DateTime value.  
WriteValue(String) (Inherited from System.Xml.XmlWriter)

See Also