ExtensionMethodsTo Method |
Name | Description | |
---|---|---|
ToT(Object) |
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
| |
To(Object, Type) |
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
|