Skip to content

JSValue Explicit operator (1 of 25)

C#
public static explicit operator bool(JSValue value)

See Also


JSValue Explicit operator (2 of 25)

C#
public static explicit operator sbyte(JSValue value)

See Also


JSValue Explicit operator (3 of 25)

C#
public static explicit operator byte(JSValue value)

See Also


JSValue Explicit operator (4 of 25)

C#
public static explicit operator short(JSValue value)

See Also


JSValue Explicit operator (5 of 25)

C#
public static explicit operator ushort(JSValue value)

See Also


JSValue Explicit operator (6 of 25)

C#
public static explicit operator int(JSValue value)

See Also


JSValue Explicit operator (7 of 25)

C#
public static explicit operator uint(JSValue value)

See Also


JSValue Explicit operator (8 of 25)

C#
public static explicit operator long(JSValue value)

See Also


JSValue Explicit operator (9 of 25)

C#
public static explicit operator ulong(JSValue value)

See Also


JSValue Explicit operator (10 of 25)

C#
public static explicit operator float(JSValue value)

See Also


JSValue Explicit operator (11 of 25)

C#
public static explicit operator double(JSValue value)

See Also


JSValue Explicit operator (12 of 25)

C#
public static explicit operator string(JSValue value)

See Also


JSValue Explicit operator (13 of 25)

C#
public static explicit operator bool?(JSValue value)

See Also


JSValue Explicit operator (14 of 25)

C#
public static explicit operator sbyte?(JSValue value)

See Also


JSValue Explicit operator (15 of 25)

C#
public static explicit operator byte?(JSValue value)

See Also


JSValue Explicit operator (16 of 25)

C#
public static explicit operator short?(JSValue value)

See Also


JSValue Explicit operator (17 of 25)

C#
public static explicit operator ushort?(JSValue value)

See Also


JSValue Explicit operator (18 of 25)

C#
public static explicit operator int?(JSValue value)

See Also


JSValue Explicit operator (19 of 25)

C#
public static explicit operator uint?(JSValue value)

See Also


JSValue Explicit operator (20 of 25)

C#
public static explicit operator long?(JSValue value)

See Also


JSValue Explicit operator (21 of 25)

C#
public static explicit operator ulong?(JSValue value)

See Also


JSValue Explicit operator (22 of 25)

C#
public static explicit operator float?(JSValue value)

See Also


JSValue Explicit operator (23 of 25)

C#
public static explicit operator double?(JSValue value)

See Also


JSValue Explicit operator (24 of 25)

C#
public static explicit operator napi_value(JSValue value)

See Also


JSValue Explicit operator (25 of 25)

C#
public static explicit operator napi_value(JSValue? value)

See Also

Released under the MIT license