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!

Enum.ToDecimal

Converts the current value to a Decimal based on the underlying type.

[Visual Basic]
Overridable Public Function ToDecimal() As Decimal
[C#]
public virtual Decimal ToDecimal();
[C++]
public: virtual Decimal ToDecimal();
[JScript]
public function ToDecimal() : Decimal;

Exceptions

Exception Type Condition
InvalidCastException Always.

Remarks

Currently not implemented. Always throws an exception.

See Also

Enum Class | Enum Members | System Namespace