fun format(value: Any?): String
Returns a formatted version of the given value.
The following rules apply for the representation of an object:
null is represented as RawString.NULL.StringBasedRawString.stringvalue - The value which shall be formatted.
Return
The formatted value.