Click or drag to resize

EmbeddedParserParse Method

Parses the string and returns the expanded result.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Parse(
	string expression,
	IDatabase db,
	ResolveOptions options
)

Parameters

expression
Type: SystemString
The expression to resolve.
db
Type: NetQuarryIDatabase
The database against which to resolve, or null.
options
Type: NetQuarryResolveOptions
Resolution option flags.

Return Value

Type: String
The parsed string.
See Also