TypeExtensionsGetTypeFromTypeName Method |
Takes in a type name string and tries to get the built in system type from that
Adapted from http://stackoverflow.com/questions/721870/c-sharp-how-can-i-get-type-from-a-string-representation
Namespace: Entelect.TypesAssembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntaxpublic static Type GetTypeFromTypeName(
string typeName
)
Parameters
- typeName
- Type: SystemString
[Missing <param name="typeName"/> documentation for "M:Entelect.Types.TypeExtensions.GetTypeFromTypeName(System.String)"]
Return Value
Type:
TypeNull if type is not recognized
ExceptionsException | Condition |
---|
ArgumentNullException | |
See Also