Get to know MDN better
Esta página foi traduzida do inglês pela comunidade. Saiba mais e junte-se à comunidade MDN Web Docs.
This feature is well established and works across many devices and browser versions. It’s been available across browsers since julho de 2015.
O método toString() retorna uma string representando o objeto especificado.
O objeto String substitui o método toString() do objeto Object. Ele não herda Object.prototype.toString(). Para objetos String, o método toString() retorna uma representação de string do objeto e é o mesmo que o método String.prototype.valueOf().
O exemplo a seguir exibe o valor string de um objeto String:
| ECMAScript® 2027 Language Specification # sec-string.prototype.tostring |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 8 de nov. de 2023 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.