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!

Char.GetTypeCode

Retrieves the type code of an object.

[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

The type code of an object.

Remarks

This is the implementation of a method required by the IConvertible interface.

See Also

Char Structure | Char Members | System Namespace | Type | TypeCode