{CompanyName} FlexyGo

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

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

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

Syntax


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

Parameters

aType
Type: TypeCode
aValue
Type: String
A value.

Return Value

System.Object.