stringRepresentation

Returns the value's string representation.

The string representation is generated by invoking String.valueOf(value) (toString on js and native) for the value supplied to toValueWrapper.

See also