Skip to content

TracingJSRuntime.CreateString method (1 of 2)

C#
public override napi_status CreateString(napi_env env, ReadOnlySpan<byte> utf8Str, 
    out napi_value result)

See Also


TracingJSRuntime.CreateString method (2 of 2)

C#
public override napi_status CreateString(napi_env env, ReadOnlySpan<char> utf16Str, 
    out napi_value result)

See Also

Released under the MIT license