Convert
Method used to convert from one base data type to another.
Applies To
None
Properties and Methods
Methods
- .ByteStringToString(Bytes)
- .FromBase64(Convert)
- .FromJSON(JSON)
- .JSON2XML(Convert[, Pretty, Root, Array])
- .ToBase64(Convert)
- .ToBoolean(Convert)
- .ToDateTime(Convert)
- .ToDecimal(Convert)
- .ToInteger(Convert)
- .ToJSON(Object[, Formatting])
- .UnicodeCharacter(Character)
- .XML2JSON(Convert[, Pretty])
Available
The Convert object is available in:
- 15.03.16
- All newer builds
Type
Object
Syntax
Convert;
Parameters
None
Example
There isn’t a time or place where the Convert method would be called on its own. Convert is the Parent key to the list of functions listed above.