{CompanyName} FlexyGo

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

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

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

Syntax


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

Parameters

atype
Type: String
A Type as string.
aValue
Type: String
A value.

Return Value

System.Object.