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!

UInt64.GetTypeCode

Retrieves the type code of an object. The UInt64 type is not CLS compliant. The CLS-compliant alternative is Int64.

[C#]
public virtual TypeCode GetTypeCode();
[C++]
public: virtual TypeCode GetTypeCode();
[JScript]
public function GetTypeCode() : TypeCode;

[Visual Basic] The UInt64 type cannot be used in Visual Basic.

Return Value [C#, C++, JScript]

A type code.

Remarks [C#, C++, JScript]

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

See Also

UInt64 Structure | UInt64 Members | System Namespace | IConvertible | TypeCode