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
)
Public Shared Function StringToType (
typeAsString As String
) As Type
public:
static Type^ StringToType(
String^ typeAsString
)
static member StringToType :
typeAsString : string -> Type
Parameters
- typeAsString
- Type: SystemString
The string representation of a Type
Return Value
Type:
TypeType from string
See Also