{CompanyName} FlexyGo

Util..::..StrToObject Method (Type, String)

Converts a String to an object object based on a Type .

Namespace:  FLEXYGO.Utilities.General
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static Object StrToObject(
	Type aType,
	string aValue
)
Public Shared Function StrToObject ( _
	aType As Type, _
	aValue As String _
) As Object

Parameters

aType
Type: Type
aValue
Type: String
A value.

Return Value

System.Object.