.NET Portable TypeCast
3.1.0.4
A, easy-to-use tested, generic, portable, runtime-extensible, arbitrary type converter library
|
Classes | |
class | TypeInfoExtension |
The TypeInfo extension. | |
Enumerations | |
enum | TypeMatch : sbyte { TypeMatch.None, TypeMatch.Same, TypeMatch.Similar } |
An enumerating of values containing a rough 2bit classification of relationship between two types More... | |
|
strong |
An enumerating of values containing a rough 2bit classification of relationship between two types
The enumeration relates to the type change classification of Cast, Convert and Transform
Enumerator | |
---|---|
None |
Unknown or no relationship between the types |
Same |
Identical or same relationship between the types |
Similar |
Similar or same base relationship between the types |
Definition at line 17 of file TypeMatch.cs.