Skip to content

JSValue Implicit operator (1 of 27)

C#
public static implicit operator JSValue(bool value)

See Also


JSValue Implicit operator (2 of 27)

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

See Also


JSValue Implicit operator (3 of 27)

C#
public static implicit operator JSValue(byte value)

See Also


JSValue Implicit operator (4 of 27)

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

See Also


JSValue Implicit operator (5 of 27)

C#
public static implicit operator JSValue(double value)

See Also


JSValue Implicit operator (6 of 27)

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

See Also


JSValue Implicit operator (7 of 27)

C#
public static implicit operator JSValue(float value)

See Also


JSValue Implicit operator (8 of 27)

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

See Also


JSValue Implicit operator (9 of 27)

C#
public static implicit operator JSValue(int value)

See Also


JSValue Implicit operator (10 of 27)

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

See Also


JSValue Implicit operator (11 of 27)

C#
public static implicit operator JSValue(long value)

See Also


JSValue Implicit operator (12 of 27)

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

See Also


JSValue Implicit operator (13 of 27)

C#
public static implicit operator JSValue(napi_value handle)

See Also


JSValue Implicit operator (14 of 27)

C#
public static implicit operator JSValue?(napi_value handle)

See Also


JSValue Implicit operator (15 of 27)

C#
public static implicit operator JSValue(ReadOnlySpan<char> value)

See Also


JSValue Implicit operator (16 of 27)

C#
public static implicit operator JSValue(sbyte value)

See Also


JSValue Implicit operator (17 of 27)

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

See Also


JSValue Implicit operator (18 of 27)

C#
public static implicit operator JSValue(short value)

See Also


JSValue Implicit operator (19 of 27)

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

See Also


JSValue Implicit operator (20 of 27)

C#
public static implicit operator JSValue(Span<char> value)

See Also


JSValue Implicit operator (21 of 27)

C#
public static implicit operator JSValue(string value)

See Also


JSValue Implicit operator (22 of 27)

C#
public static implicit operator JSValue(uint value)

See Also


JSValue Implicit operator (23 of 27)

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

See Also


JSValue Implicit operator (24 of 27)

C#
public static implicit operator JSValue(ulong value)

See Also


JSValue Implicit operator (25 of 27)

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

See Also


JSValue Implicit operator (26 of 27)

C#
public static implicit operator JSValue(ushort value)

See Also


JSValue Implicit operator (27 of 27)

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

See Also

Released under the MIT license