The following methods are common to all CSML primitive types.
Return the type of the target value (string
, array
, object
, float
, boolean
, int
, null
)
any_value.type_of() => String
Return the target value formatted as a string.
any_value.to_string() => String