UInt16.GetTypeCode Method in C# with Examples
UInt16.GetTypeCode method is used to get the TypeCode for value type UInt16. Syntax: public TypeCode GetTypeCode (); Return Value: This method returns the enumerated constant UInt16. Below programs illustrate the use of the above discussed-method: Example 1: // C# program to illustrate the // UInt16