Methods
xTo(typeopt) → {external:String}
This:
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
type |
external:String |
<optional> |
"json" | data format |
- Implements:
- Source:
Returns:
- Type
- external:String
Example
(false).xTo(); // 'false'
(true).xTo(); // 'true'