{CompanyName} FlexyGo

EntityObject..::..ParseString Method

Parses the string {{property}} against default values and object properties. The {{ObjectName}} is ok " would result in "The Client is ok"

Namespace:  FLEXYGO.Objects
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public string ParseString(
	string str,
	bool SQLParse
)
Public Function ParseString ( _
	str As String, _
	SQLParse As Boolean _
) As String

Parameters

str
Type: String
The string.
SQLParse
Type: Boolean
If true, values are parsed using sql format

Return Value

System.String.