Class TypeCodeConverterExtensions
This is an extension implementation of the most common methods on the TypeCodeConverter class.
Inheritance
System.Object
TypeCodeConverterExtensions
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public static class TypeCodeConverterExtensions
Methods
| Improve this DocAsCode(Type)
Gets the underlying type code of the specified type.
Declaration
public static TypeCode AsCode(this Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type | The type whose underlying System.TypeCode to get. |
Returns
| Type | Description |
|---|---|
| System.TypeCode | The code of the underlying type, or Empty if |