{CompanyName} FlexyGo

SQLUtilities..::..ParseSQLValue Method

Converts a .Net Object to a SQL object.

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

Syntax


public static Object ParseSQLValue(
	Object val,
	string type
)
Public Shared Function ParseSQLValue ( _
	val As Object, _
	type As String _
) As Object

Parameters

val
Type: Object
Value to convert.
type
Type: String
.net type

Return Value

System.String.