[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns for the class name given the class name of the boxed (wrapped) type if
the class name is one of the CLR primitive types.
Namespace: net.esper.util
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetBoxedTypeName ( _
typeName As String _
) As String |
Visual C++ |
---|
public:
static String^ GetBoxedTypeName (
String^ typeName
) |
Parameters
- typeName
- System.String
a type name, a CLR primitive type or other class
Return Value
boxed type name if CLR primitive type, or just same class name passed in if not a primitive type