[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns true if the type represents a character type.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function IsCharacter ( _
	type As Type _
) As Boolean
C#
public static bool IsCharacter (
	Type type
)
Visual C++
public:
static bool IsCharacter (
	Type^ type
)

Parameters

type
System.Type

Return Value