Convert.GetTypeCode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the TypeCode for the specified object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Object
An Object that implements the IConvertible interface.
Return Value
Type: System.TypeCodeThe System.TypeCode for value, or TypeCode.Empty if value is Nothing.
Show: