• Receives a value of any type and converts it to a string in a human-readable format. (For complete control of how numbers are converted, use string.format.)

    If the metatable of v has a __tostring field, then tostring calls the corresponding value with v as argument, and uses the result of the call as its result.

    Parameters

    • v: any

    Returns string

Generated using TypeDoc