{CompanyName} FlexyGo

ProcessManager..::..ParseString Method

Parses the string {{property}} against default values and object properties. " The {{ProcessName}} was run " would result in "The Xprocess was run"

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

Syntax


public string ParseString(
	IEntity Entity,
	string str
)
Public Function ParseString ( _
	Entity As IEntity, _
	str As String _
) As String

Parameters

Entity
Type: FLEXYGO.Objects..::..IEntity
The entityObject to obtain values from
str
Type: String
The string to parse.

Return Value

System.String.

Exceptions


ExceptionCondition
Exception