FastInfoset.NET Class Reference for .NET
WriteValue(Decimal[]) Method






The array containing a single or multiple decimal values.
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.
Syntax
'Declaration
 
Public Overloads Sub WriteValue( _
   ByVal value() As System.Decimal _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim value() As System.Decimal
 
instance.WriteValue(value)
public void WriteValue( 
   System.decimal[] value
)
public procedure WriteValue( 
    value: System.Currencyarray of
); 
public function WriteValue( 
   value : System.decimal[]
);
public: void WriteValue( 
   System.decimal[]* value
) 
public:
void WriteValue( 
   System.array<decimal>^ value
) 

Parameters

value
The array containing a single or multiple decimal values.
Remarks

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

Requirements

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

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List

Send Feedback