{CompanyName} FlexyGo

EntityCollection..::..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

Return Value

System.String.