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!

Decimal.GetTypeCode

Returns the hash code for this instance of Decimal.

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

Return Value

true if the value of this instance is true, otherwise false.

Remarks

The GetTypeCode method implements IConvertible, which replaced IValue. This method is used to obtain the type code for a specified object. (See the TypeCode enumeration for more information about type codes.)

This method corresponds to Value.GetTypeCode.

See Also

Decimal Structure | Decimal Members | System Namespace