Skip to content

JSRuntime.GetValueBigInt64 method (1 of 2)

C#
public virtual napi_status GetValueBigInt64(napi_env env, napi_value value, out long result, 
    out bool lossless)

See Also


JSRuntime.GetValueBigInt64 method (2 of 2)

C#
public virtual napi_status GetValueBigInt64(napi_env env, napi_value value, out ulong result, 
    out bool lossless)

See Also

Released under the MIT license