NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlWriter.WriteDecimal

Writes out the specified Decimal value.

[Visual Basic]
MustOverride Public Sub WriteDecimal( _
   ByVal value As Decimal _
)
[C#]
public abstract void WriteDecimal(
   Decimal value
);
[C++]
public: virtual void WriteDecimal(
   Decimal value
) = 0;
[JScript]
public abstract function WriteDecimal(
   value : Decimal
);

Parameters

value
Decimal to write.

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace