Skip to content

JSBigInt Implicit operator (1 of 2)

C#
public static implicit operator JSBigInt(BigInteger value)

See Also


JSBigInt Implicit operator (2 of 2)

Implicitly converts a JSBigInt to a JSValue.

C#
public static implicit operator JSValue(JSBigInt value)
parameterdescription
valueThe JSBigInt to convert.

See Also

Released under the MIT license