XMLRPCValue Object Properties
See Also Example Applies To
ArrayValue
ArrayValue - If the ValueType is XMLRPC_ARRAY then this property will return an XMLRPCArray object, otherwise it will throw an error.
Base64Value
Base64Value - If the ValueType is XMLRPC_BASE64 then this property will return an XMLRPCBase64 object, otherwise it will throw an error.
BooleanValue
BooleanValue - If the ValueType is XMLRPC_BOOLEAN then this property will return a Boolean, otherwise it will throw an error.
DateTimeValue
DateTimeValue - If the ValueType is XMLRPC_DATETIME then this property will return a Date, otherwise it will throw an error.
DoubleValue
DoubleValue - If the ValueType is XMLRPC_DOUBLE then this property will return a Double, otherwise it will throw an error.
IntegerValue
IntegerValue - If the ValueType is XMLRPC_INT_I4 then this property will return a Long, otherwise it will throw an error.
StringValue
StringValue - If the ValueType is XMLRPC_STRING then this property will return an String, otherwise it will throw an error.
StructValue
StructValue - If the ValueType is XMLRPC_STRUCT then this property will return an XMLRPCStruct object, otherwise it will throw an error.
ValueType
ValueType - The value type.
|