Click or drag to resize

HintEnumExtensionsSplitCommaUnlessInParen Method

Split a line of comma-separated values allowing parenthesis.

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static string[] SplitCommaUnlessInParen(
	string line
)

Parameters

line
Type: SystemString
The line to split.

Return Value

Type: String

[Missing <returns> documentation for "M:com.espertech.esper.common.client.annotation.HintEnumExtensions.SplitCommaUnlessInParen(System.String)"]

See Also