Click or drag to resize
FdoFeatureTryParseExpression Method

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool TryParseExpression(
	ref string value,
	string expression,
	char openChar = '[',
	char closeChar = ']'
)

Parameters

value
Type: SystemString
expression
Type: SystemString
openChar (Optional)
Type: SystemChar
closeChar (Optional)
Type: SystemChar

Return Value

Type: Boolean
See Also