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
)
Public Function Parse (
expression As String,
db As IDatabase,
options As ResolveOptions
) As String
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:
StringThe parsed string.
See Also