Click or drag to resize

MagicStringGetStringConformer Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.magic.MagicString.GetStringConformer(System.Boolean)"]

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static Func GetStringConformer(
	bool isCaseSensitive
)

Parameters

isCaseSensitive
Type: SystemBoolean

[Missing <param name="isCaseSensitive"/> documentation for "M:com.espertech.esper.compat.magic.MagicString.GetStringConformer(System.Boolean)"]

Return Value

Type: FuncT, TResult

[Missing <returns> documentation for "M:com.espertech.esper.compat.magic.MagicString.GetStringConformer(System.Boolean)"]

See Also