GetTypeCode()
Convert::GetTypeCode(const SharedPtr<Object>&) method
Returns a TypeCode value representing the type of the specified boxed value.
static TypeCode System::Convert::GetTypeCode(const SharedPtr<Object> &obj)
Arguments
Parameter | Type | Description |
---|---|---|
obj | const SharedPtr<Object>& | The shared pointer to the object boxing the value the type of which is to be returned |
Return Value
The value representing the type of the boxed value