Hex Core JS
    Preparing search index...

    Function asString

    • Returns the given value as a string. If value is a string then value is returned. If value is an object or array then value is JSON encoded and returned. If value is a date then the ISO string for the date is returned.

      Parameters

      • value: any

        The value to convert to a string.

      Returns string