Method | Description | |
---|---|---|
FindType ( string typeName ) : |
Similar to Type.GetType() but also searchs the current AppDomain.
|
|
GetTypeName ( |
Given a CLR Type, returns a C#-like type name, without namespaces, converting generic types and system types appropriately. Useful for debugging and logging purposes.
|
|
IsNumeric ( object o ) : bool | ||
ToString ( object obj ) : string |
Like object.ToString() but for collections it returns the length of the collection, and for Types, returns the C# type name.
|
Method | Description | |
---|---|---|
AppendGenericName ( |
||
AppendTypeString ( |
||
TypeUtils ( ) : System |
public static FindType ( string typeName ) : |
||
typeName | string | |
return |
public static GetTypeName ( |
||
t | Type to obtain string on | |
return | string |
public static ToString ( object obj ) : string | ||
obj | object | |
return | string |