Click or drag to resize

EnumHelperParseT Method

Parses the specified text value and converts it into the specified type of enumeration.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static T Parse<T>(
	string textValue,
	bool ignoreCase = true
)

Parameters

textValue
Type: SystemString
The text value.
ignoreCase (Optional)
Type: SystemBoolean
if set to true [ignore case].

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.compat.EnumHelper.Parse``1(System.String,System.Boolean)"]

Return Value

Type: T

[Missing <returns> documentation for "M:com.espertech.esper.compat.EnumHelper.Parse``1(System.String,System.Boolean)"]

See Also