JSValue.CreateStringUtf16 method (1 of 2)
C#
public static JSValue CreateStringUtf16(ReadOnlySpan<char> value)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi
JSValue.CreateStringUtf16 method (2 of 2)
C#
public static JSValue CreateStringUtf16(string value)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi