Enum XmlRpcScalarValueType
Represents the permissible data types for a XmlRpcScalarValue.
Namespace: Argotic.Net
Assembly: Argotic.Core.dll
Syntax
[Serializable]
public enum XmlRpcScalarValueType
Fields
Name | Description |
---|---|
Base64 | The parameter value represents binary data that has been encoded to its base64 representation. |
Boolean | The parameter value represents a logical boolean. |
DateTime | The parameter value represents an instant in time, typically expressed as a date and time of day. |
Double | The parameter value represents a double-precision signed floating-point number. |
Integer | The parameter value represents a 32-bit signed integer. |
None | No scalar parameter type specified. |
String | The parameter value represents text as a series of characters. |