asNumber
- function — equivalent to “as a number”
- Used primarily to mark a value as specifically a number, not text, such as for a value in a property list that will be used in an XML-RPC message (or when calling the XMLRPCFormat() or JSONFormat() function).
- Related: post XMLRPC, XMLRPCFormat