System Namespace Convert Class
Returns the TypeCode for the specified object.
[ VB ] Public Shared Function GetTypeCode ( _ ByVal value As Object _ ) As TypeCode [ C# ] public static TypeCode GetTypeCode ( object value ); [ C++ ] public: static TypeCode GetTypeCode ( Object* value ); [ JScript ] public static function GetTypeCode ( value : Object ) : TypeCode;
The System.TypeCode for value, or TypeCode.Empty if value is a null reference ( Nothing in Visual Basic ).
Convert Members
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph