Class TypeCodeConverter
This utility class is designed to make System.TypeCode related conversions easier to work with.
Inheritance
System.Object
TypeCodeConverter
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public static class TypeCodeConverter
Methods
| Improve this DocFromType(Type)
Converts the specified source
to its equivalent System.TypeCode representation.
Declaration
public static TypeCode FromType(Type source)
Parameters
Type | Name | Description |
---|---|---|
System.Type | source | The System.Type to be converted. |
Returns
Type | Description |
---|---|
System.TypeCode | A System.TypeCode representation of the specified |