[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns true if the class passed in is a built-in data type (primitive or wrapper)
including String.
Namespace: net.esper.util
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function IsBuiltinDataType ( _
type As Type _
) As Boolean |
C# |
---|
public static bool IsBuiltinDataType (
Type type
) |
Visual C++ |
---|
public:
static bool IsBuiltinDataType (
Type^ type
) |
Parameters
- type
- System.Type
The type.
Return Value
true if built-in data type, or false if not