Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class > WriteValue Method : WriteValue(Int64) Method |
The 64-bit signed integer value to write.
'Declaration Public Overloads Overrides NotOverridable Sub WriteValue( _ ByVal value As System.Long _ )
'Usage Dim instance As XmlFastInfosetWriter Dim value As System.Long instance.WriteValue(value)
public override void WriteValue( System.long value )
public procedure WriteValue( value: System.Int64 ); override;
public override function WriteValue( value : System.long );
public: void WriteValue( System.long value ) override
public: void WriteValue( System.int64 value ) override
The 64-bit signed integer value to write.
If WriteValue is called multiple times in succession, values are written one next to the other without being delimited by white space. To write a list of values, call the WriteValue(Object) method using an array of values as parameter.
Values are encoded according to the Profile settings.
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
XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List
Base Implementation in WriteValue(Int64)