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



value
The object representing the value to write.

Writes the value.


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

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public NotOverridable Sub WriteValue( _
   ByVal value As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim value As Object
 
instance.WriteValue(value)
C# 
public override void WriteValue( 
   object value
)
C++/CLI 
public:
void WriteValue( 
   Object^ value
) override 

Parameters

value
The object representing the value to write.

Remarks

This method takes the common language runtime (CLR) object and converts the input value to the desired output type using the FastInfoset encoding rules. If the type cannot not be represented as a binary encoded value it's serialized as a string according to the XML Schema definition language (XSD) data type conversion rules.

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
Overload List
Base Implementation in System.Xml.XmlWriter