Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.03 KB

File metadata and controls

33 lines (30 loc) · 1.03 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs ms.assetid caps.latest.revision author ms.author manager
String expected | Microsoft Docs
01/18/2017
windows-client-threshold
javascript
article
VS.WebClient.Help.SCRIPT5005
JavaScript
TypeScript
DHTML
4c214c4b-9cd7-473b-8d90-2344c0375c25
6
mikejo5000
mikejo
ghogen

String expected

You attempted to invoke the String.prototype.toString or String.prototype.valueOf method on an object of a type other than String. The object of this type of invocation must be of type String.

To correct this error

  • Only invoke the String.prototype.toString or String.prototype.valueOf methods on objects of type String.

See Also

String Object
toString Method (Object)