| ||||||
SummaryCasts a specified JS string to a JS value. | ||||||
SyntaxSTRING_TO_JSVAL(str) | ||||||
DescriptionSTRING_TO_JSVAL casts a specified JS string type, str , to a JS value, jsval . First it sets the string's data type flag to JSVAL_STRING and then performs the cast.
| ||||||
See Also
|