str

Function

ArgDescriptionType
strThe string to normalizeAny (required)

Description

Returns the string representation of the provided data

Notes

Most objects have a .String method that should return a similar result to the str() function.

See also