Click or drag to resize

StringUtilsLengthOfExpr Method

Determine the length of an expression that starts with some delimiter and continues until its match is found, allowing for nesting.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int LengthOfExpr(
	string s
)

Parameters

s
Type: SystemString
The expression to parse.

Return Value

Type: Int32
The length of the expression, in chars.
See Also