| Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class > WriteValue Method : WriteValue(Int32[]) Method |
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.
'Declaration Public Overloads Sub WriteValue( _ ByVal value() As System.Integer _ )
'Usage Dim instance As XmlFastInfosetWriter Dim value() As System.Integer instance.WriteValue(value)
public void WriteValue( System.int[] value )
public procedure WriteValue( value: System.Integerarray of );
public function WriteValue( value : System.int[] );
public: void WriteValue( System.int[]* value )
public: void WriteValue( System.array<int>^ value )
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