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!

Convert.ToDecimal (SByte)

Converts an SByte to a Decimal.

[Visual Basic]
Overloads Public Shared Function ToDecimal( _
   ByVal value As SByte _
) As Decimal
[C#]
public static Decimal ToDecimal(
   sbyte value
);
[C++]
public: static Decimal ToDecimal(
   char value
);
[JScript]
public static function ToDecimal(
   value : SByte
) : Decimal;

Parameters

value
The number to be converted.

Return Value

The value as a Decimal.

See Also

Convert Class | Convert Members | System Namespace | Convert.ToDecimal Overload List