PXV_JSValueType Enumeration
Specifies the ...
Syntax
enum PXV_JSValueType
{
JSVT_Undefined = -1,
JSVT_Null = 0,
JSVT_Bool = 1,
JSVT_Number = 2,
JSVT_String = 3,
JSVT_Date = 4,
JSVT_Object = 5,
JSVT_Array = 6,
};
Constants
- JSVT_Undefined
- The ...
- JSVT_Null
- The ...
- JSVT_Bool
- The ...
- JSVT_Number
- The ...
- JSVT_String
- The ...
- JSVT_Date
- The ...
- JSVT_Object
- The ...
- JSVT_Array
- The ...