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
)
Public Shared Function LengthOfExpr (
s As String
) As Integer
Parameters
- s
- Type: SystemString
The expression to parse.
Return Value
Type:
Int32The length of the expression, in chars.
See Also