Click or drag to resize
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.Types
Assembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntax
C#
public 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: Type
Null if type is not recognized
Exceptions
ExceptionCondition
ArgumentNullException
See Also