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



value

The 64-bit signed integer value to write.

Encodes a 64-bit signed integer using Fast Infoset's binary encoding and writes the result at the current position in the element content.


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

Syntax

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

Parameters

value

The 64-bit signed integer value to write.

Remarks

This method takes the common language runtime object and converts the input value to the desired output type using the embedded binary encoding algorithm of Fast Infoset.

If WriteValue is called multiple times in succession, the written values are not delimited by a white space. Pass an array type to the WriteValue(Int64[]) overload to write out an array of distinct values.

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