Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts the value to string using standard JavaScript semantics.
Syntax
STDAPI_(JsErrorCode) JsConvertValueToString(
_In_ JsValueRef value,
_Out_ JsValueRef *stringValue
);
Parameters
value
The value to be converted.
stringValue
The converted value.
Return Value
The code JsNoError
if the operation succeeded, a failure code otherwise.
Remarks
Requires an active script context.
Requirements
Header: jsrt.h