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 (Byte)

Converts a Byte to a Decimal.

[Visual Basic]
Overloads Public Shared Function ToDecimal( _
   ByVal value As Byte _
) As Decimal
[C#]
public static Decimal ToDecimal(
   byte value
);
[C++]
public: static Decimal ToDecimal(
   unsigned char value
);
[JScript]
public static function ToDecimal(
   value : Byte
) : 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