{CompanyName} FlexyGo

EntityCollection..::..ParseValue 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 ParseValue(
	string str
)
Public Function ParseValue ( _
	str As String _
) As String

Parameters

str
Type: String
The string.

Return Value

System.String formatted with invariant culture.