JsonValue.Implicit Operator

Definicja

Przeciążenia

Implicit(JsonValue to Int64)
Implicit(JsonValue to SByte)
Implicit(JsonValue to Single)
Implicit(JsonValue to String)
Implicit(JsonValue to TimeSpan)
Implicit(JsonValue to UInt16)
Implicit(JsonValue to UInt32)
Implicit(JsonValue to UInt64)
Implicit(String to JsonValue)
Implicit(SByte to JsonValue)
Implicit(Single to JsonValue)
Implicit(JsonValue to Int32)
Implicit(TimeSpan to JsonValue)
Implicit(UInt16 to JsonValue)
Implicit(UInt32 to JsonValue)
Implicit(UInt64 to JsonValue)
Implicit(Uri to JsonValue)
Implicit(JsonValue to Uri)
Implicit(JsonValue to Int16)
Implicit(JsonValue to Double)
Implicit(Double to JsonValue)
Implicit(Boolean to JsonValue)
Implicit(Byte to JsonValue)
Implicit(Char to JsonValue)
Implicit(DateTime to JsonValue)
Implicit(DateTimeOffset to JsonValue)
Implicit(Decimal to JsonValue)
Implicit(JsonValue to Guid)
Implicit(Int16 to JsonValue)
Implicit(Guid to JsonValue)
Implicit(Int64 to JsonValue)
Implicit(JsonValue to Boolean)
Implicit(JsonValue to Byte)
Implicit(JsonValue to Char)
Implicit(JsonValue to DateTime)
Implicit(JsonValue to DateTimeOffset)
Implicit(JsonValue to Decimal)
Implicit(Int32 to JsonValue)

Implicit(JsonValue to Int64)

Źródło:
JsonValue.cs
public:
 static operator long(System::Json::JsonValue ^ value);
public static implicit operator long (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> int64
Public Shared Widening Operator CType (value As JsonValue) As Long

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to SByte)

Źródło:
JsonValue.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

public:
 static operator System::SByte(System::Json::JsonValue ^ value);
[System.CLSCompliant(false)]
public static implicit operator sbyte (System.Json.JsonValue value);
[<System.CLSCompliant(false)>]
static member op_Implicit : System.Json.JsonValue -> sbyte
Public Shared Widening Operator CType (value As JsonValue) As SByte

Parametry

value
JsonValue

Zwraca

Atrybuty

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to Single)

Źródło:
JsonValue.cs
public:
 static operator float(System::Json::JsonValue ^ value);
public static implicit operator float (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> single
Public Shared Widening Operator CType (value As JsonValue) As Single

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to String)

Źródło:
JsonValue.cs
public:
 static operator System::String ^(System::Json::JsonValue ^ value);
public static implicit operator string (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> string
Public Shared Widening Operator CType (value As JsonValue) As String

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to TimeSpan)

Źródło:
JsonValue.cs
public:
 static operator TimeSpan(System::Json::JsonValue ^ value);
public static implicit operator TimeSpan (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> TimeSpan
Public Shared Widening Operator CType (value As JsonValue) As TimeSpan

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to UInt16)

Źródło:
JsonValue.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

public:
 static operator System::UInt16(System::Json::JsonValue ^ value);
[System.CLSCompliant(false)]
public static implicit operator ushort (System.Json.JsonValue value);
[<System.CLSCompliant(false)>]
static member op_Implicit : System.Json.JsonValue -> uint16
Public Shared Widening Operator CType (value As JsonValue) As UShort

Parametry

value
JsonValue

Zwraca

Atrybuty

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to UInt32)

Źródło:
JsonValue.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

public:
 static operator System::UInt32(System::Json::JsonValue ^ value);
[System.CLSCompliant(false)]
public static implicit operator uint (System.Json.JsonValue value);
[<System.CLSCompliant(false)>]
static member op_Implicit : System.Json.JsonValue -> uint32
Public Shared Widening Operator CType (value As JsonValue) As UInteger

Parametry

value
JsonValue

Zwraca

Atrybuty

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to UInt64)

Źródło:
JsonValue.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

public:
 static operator System::UInt64(System::Json::JsonValue ^ value);
[System.CLSCompliant(false)]
public static implicit operator ulong (System.Json.JsonValue value);
[<System.CLSCompliant(false)>]
static member op_Implicit : System.Json.JsonValue -> uint64
Public Shared Widening Operator CType (value As JsonValue) As ULong

Parametry

value
JsonValue

Zwraca

Atrybuty

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(String to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(System::String ^ value);
public static implicit operator System.Json.JsonValue (string value);
static member op_Implicit : string -> System.Json.JsonValue
Public Shared Widening Operator CType (value As String) As JsonValue

Parametry

value
String

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(SByte to JsonValue)

Źródło:
JsonValue.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

public:
 static operator System::Json::JsonValue ^(System::SByte value);
[System.CLSCompliant(false)]
public static implicit operator System.Json.JsonValue (sbyte value);
[<System.CLSCompliant(false)>]
static member op_Implicit : sbyte -> System.Json.JsonValue
Public Shared Widening Operator CType (value As SByte) As JsonValue

Parametry

value
SByte

Zwraca

Atrybuty

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(Single to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(float value);
public static implicit operator System.Json.JsonValue (float value);
static member op_Implicit : single -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Single) As JsonValue

Parametry

value
Single

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to Int32)

Źródło:
JsonValue.cs
public:
 static operator int(System::Json::JsonValue ^ value);
public static implicit operator int (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> int
Public Shared Widening Operator CType (value As JsonValue) As Integer

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(TimeSpan to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(TimeSpan value);
public static implicit operator System.Json.JsonValue (TimeSpan value);
static member op_Implicit : TimeSpan -> System.Json.JsonValue
Public Shared Widening Operator CType (value As TimeSpan) As JsonValue

Parametry

value
TimeSpan

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(UInt16 to JsonValue)

Źródło:
JsonValue.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

public:
 static operator System::Json::JsonValue ^(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator System.Json.JsonValue (ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> System.Json.JsonValue
Public Shared Widening Operator CType (value As UShort) As JsonValue

Parametry

value
UInt16

Zwraca

Atrybuty

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(UInt32 to JsonValue)

Źródło:
JsonValue.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

public:
 static operator System::Json::JsonValue ^(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator System.Json.JsonValue (uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> System.Json.JsonValue
Public Shared Widening Operator CType (value As UInteger) As JsonValue

Parametry

value
UInt32

Zwraca

Atrybuty

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(UInt64 to JsonValue)

Źródło:
JsonValue.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

public:
 static operator System::Json::JsonValue ^(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator System.Json.JsonValue (ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> System.Json.JsonValue
Public Shared Widening Operator CType (value As ULong) As JsonValue

Parametry

value
UInt64

Zwraca

Atrybuty

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(Uri to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(Uri ^ value);
public static implicit operator System.Json.JsonValue (Uri value);
static member op_Implicit : Uri -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Uri) As JsonValue

Parametry

value
Uri

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to Uri)

Źródło:
JsonValue.cs
public:
 static operator Uri ^(System::Json::JsonValue ^ value);
public static implicit operator Uri (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> Uri
Public Shared Widening Operator CType (value As JsonValue) As Uri

Parametry

value
JsonValue

Zwraca

Uri

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to Int16)

Źródło:
JsonValue.cs
public:
 static operator short(System::Json::JsonValue ^ value);
public static implicit operator short (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> int16
Public Shared Widening Operator CType (value As JsonValue) As Short

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to Double)

Źródło:
JsonValue.cs
public:
 static operator double(System::Json::JsonValue ^ value);
public static implicit operator double (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> double
Public Shared Widening Operator CType (value As JsonValue) As Double

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(Double to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(double value);
public static implicit operator System.Json.JsonValue (double value);
static member op_Implicit : double -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Double) As JsonValue

Parametry

value
Double

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(Boolean to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(bool value);
public static implicit operator System.Json.JsonValue (bool value);
static member op_Implicit : bool -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Boolean) As JsonValue

Parametry

value
Boolean

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(Byte to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(System::Byte value);
public static implicit operator System.Json.JsonValue (byte value);
static member op_Implicit : byte -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Byte) As JsonValue

Parametry

value
Byte

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(Char to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(char value);
public static implicit operator System.Json.JsonValue (char value);
static member op_Implicit : char -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Char) As JsonValue

Parametry

value
Char

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(DateTime to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(DateTime value);
public static implicit operator System.Json.JsonValue (DateTime value);
static member op_Implicit : DateTime -> System.Json.JsonValue
Public Shared Widening Operator CType (value As DateTime) As JsonValue

Parametry

value
DateTime

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(DateTimeOffset to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(DateTimeOffset value);
public static implicit operator System.Json.JsonValue (DateTimeOffset value);
static member op_Implicit : DateTimeOffset -> System.Json.JsonValue
Public Shared Widening Operator CType (value As DateTimeOffset) As JsonValue

Parametry

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(Decimal to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(System::Decimal value);
public static implicit operator System.Json.JsonValue (decimal value);
static member op_Implicit : decimal -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Decimal) As JsonValue

Parametry

value
Decimal

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to Guid)

Źródło:
JsonValue.cs
public:
 static operator Guid(System::Json::JsonValue ^ value);
public static implicit operator Guid (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> Guid
Public Shared Widening Operator CType (value As JsonValue) As Guid

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(Int16 to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(short value);
public static implicit operator System.Json.JsonValue (short value);
static member op_Implicit : int16 -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Short) As JsonValue

Parametry

value
Int16

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(Guid to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(Guid value);
public static implicit operator System.Json.JsonValue (Guid value);
static member op_Implicit : Guid -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Guid) As JsonValue

Parametry

value
Guid

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(Int64 to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(long value);
public static implicit operator System.Json.JsonValue (long value);
static member op_Implicit : int64 -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Long) As JsonValue

Parametry

value
Int64

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to Boolean)

Źródło:
JsonValue.cs
public:
 static operator bool(System::Json::JsonValue ^ value);
public static implicit operator bool (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> bool
Public Shared Widening Operator CType (value As JsonValue) As Boolean

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to Byte)

Źródło:
JsonValue.cs
public:
 static operator System::Byte(System::Json::JsonValue ^ value);
public static implicit operator byte (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> byte
Public Shared Widening Operator CType (value As JsonValue) As Byte

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to Char)

Źródło:
JsonValue.cs
public:
 static operator char(System::Json::JsonValue ^ value);
public static implicit operator char (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> char
Public Shared Widening Operator CType (value As JsonValue) As Char

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to DateTime)

Źródło:
JsonValue.cs
public:
 static operator DateTime(System::Json::JsonValue ^ value);
public static implicit operator DateTime (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> DateTime
Public Shared Widening Operator CType (value As JsonValue) As DateTime

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to DateTimeOffset)

Źródło:
JsonValue.cs
public:
 static operator DateTimeOffset(System::Json::JsonValue ^ value);
public static implicit operator DateTimeOffset (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> DateTimeOffset
Public Shared Widening Operator CType (value As JsonValue) As DateTimeOffset

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(JsonValue to Decimal)

Źródło:
JsonValue.cs
public:
 static operator System::Decimal(System::Json::JsonValue ^ value);
public static implicit operator decimal (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> decimal
Public Shared Widening Operator CType (value As JsonValue) As Decimal

Parametry

value
JsonValue

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy

Implicit(Int32 to JsonValue)

Źródło:
JsonValue.cs
public:
 static operator System::Json::JsonValue ^(int value);
public static implicit operator System.Json.JsonValue (int value);
static member op_Implicit : int -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Integer) As JsonValue

Parametry

value
Int32

Zwraca

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json dla programu Silverlight, który nie jest już obsługiwany. W przypadku przetwarzania kodu JSON zalecamy zamiast tego używanie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy