Click or drag to resize

SessionBaseStringToType Method

Gets a Type given a string representation of a type

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static Type StringToType(
	string typeAsString
)

Parameters

typeAsString
Type: SystemString
The string representation of a Type

Return Value

Type: Type
Type from string
See Also