Skip to content

JSValue.TryGetValueExternal method

Gets the object that is represented as an external value, or null if the JS value is not an external value.

C#
public object? TryGetValueExternal()

See Also

Released under the MIT license