Share via


JsonNode.Explicit Operatör

Tanım

Aşırı Yüklemeler

Explicit(JsonNode to Nullable<Guid>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeGuiddeğerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<Int16>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeInt16değerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<Int32>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeInt32değerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<Int64>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeInt64değerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<SByte>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeSBytedeğerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<Single>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeSingledeğerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<UInt16>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeUInt16değerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to UInt16)

Belirli JsonNode bir öğesinin öğesine açık bir UInt16dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<UInt64>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeUInt64değerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to SByte)

Belirli JsonNode bir öğesinin öğesine açık bir SBytedönüştürmesini tanımlar.

Explicit(JsonNode to Single)

Belirli JsonNode bir öğesinin öğesine açık bir Singledönüştürmesini tanımlar.

Explicit(JsonNode to String)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeStringdeğerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<Double>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeDoubledeğerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to UInt32)

Belirli JsonNode bir öğesinin öğesine açık bir UInt32dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<UInt32>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeUInt32değerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<Decimal>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeDecimaldeğerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to UInt64)

Belirli JsonNode bir öğesinin öğesine açık bir UInt64dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<DateTime>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeDateTimedeğerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<DateTimeOffset>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeDateTimeOffsetdeğerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Boolean)

Belirli JsonNode bir öğesinin öğesine açık bir Booleandönüştürmesini tanımlar.

Explicit(JsonNode to Byte)

Belirli JsonNode bir öğesinin öğesine açık bir Bytedönüştürmesini tanımlar.

Explicit(JsonNode to Char)

Belirli JsonNode bir öğesinin öğesine açık bir Chardönüştürmesini tanımlar.

Explicit(JsonNode to DateTimeOffset)

Belirli JsonNode bir öğesinin öğesine açık bir DateTimeOffsetdönüştürmesini tanımlar.

Explicit(JsonNode to Decimal)

Belirli JsonNode bir öğesinin öğesine açık bir Decimaldönüştürmesini tanımlar.

Explicit(JsonNode to Double)

Belirli JsonNode bir öğesinin öğesine açık bir Doubledönüştürmesini tanımlar.

Explicit(JsonNode to DateTime)

Belirli JsonNode bir öğesinin öğesine açık bir DateTimedönüştürmesini tanımlar.

Explicit(JsonNode to Int16)

Belirli JsonNode bir öğesinin öğesine açık bir Int16dönüştürmesini tanımlar.

Explicit(JsonNode to Int32)

Belirli JsonNode bir öğesinin öğesine açık bir Int32dönüştürmesini tanımlar.

Explicit(JsonNode to Int64)

Belirli JsonNode bir öğesinin öğesine açık bir Int64dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<Boolean>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeBooleandeğerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<Byte>)

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeBytedeğerine açık bir dönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<Char>)

Belirli JsonNode bir öğesinin öğesine açık bir Chardönüştürmesini tanımlar.

Explicit(JsonNode to Guid)

Belirli JsonNode bir öğesinin öğesine açık bir Guiddönüştürmesini tanımlar.

Explicit(JsonNode to Nullable<Guid>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeGuiddeğerine açık bir dönüştürmesini tanımlar.

public:
 static explicit operator Nullable<Guid>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator Guid? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<Guid>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of Guid)

Parametreler

value
JsonNode

Açıkça JsonNode dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Nullable<Int16>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeInt16değerine açık bir dönüştürmesini tanımlar.

public:
 static explicit operator Nullable<short>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator short? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<int16>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of Short)

Parametreler

value
JsonNode

Açıkça JsonNode dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Nullable<Int32>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeInt32değerine açık bir dönüştürmesini tanımlar.

public:
 static explicit operator Nullable<int>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator int? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<int>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of Integer)

Parametreler

value
JsonNode

Açıkça JsonNode dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Nullable<Int64>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeInt64değerine açık bir dönüştürmesini tanımlar.

public:
 static explicit operator Nullable<long>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator long? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<int64>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of Long)

Parametreler

value
JsonNode

Açıkça JsonNode dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Nullable<SByte>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Önemli

Bu API, CLS uyumlu değildir.

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeSBytedeğerine açık bir dönüştürmesini tanımlar.

public:
 static explicit operator Nullable<System::SByte>(System::Text::Json::Nodes::JsonNode ^ value);
[System.CLSCompliant(false)]
public static explicit operator sbyte? (System.Text.Json.Nodes.JsonNode? value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<sbyte>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of SByte)

Parametreler

value
JsonNode

Açıkça JsonNode dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Öznitelikler

Şunlara uygulanır

Explicit(JsonNode to Nullable<Single>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeSingledeğerine açık bir dönüştürmesini tanımlar.

public:
 static explicit operator Nullable<float>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator float? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<single>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of Single)

Parametreler

value
JsonNode

Açıkça JsonNode dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Nullable<UInt16>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Önemli

Bu API, CLS uyumlu değildir.

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeUInt16değerine açık bir dönüştürmesini tanımlar.

public:
 static explicit operator Nullable<System::UInt16>(System::Text::Json::Nodes::JsonNode ^ value);
[System.CLSCompliant(false)]
public static explicit operator ushort? (System.Text.Json.Nodes.JsonNode? value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<uint16>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of UShort)

Parametreler

value
JsonNode

Açıkça JsonNode dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Öznitelikler

Şunlara uygulanır

Explicit(JsonNode to UInt16)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Önemli

Bu API, CLS uyumlu değildir.

Belirli JsonNode bir öğesinin öğesine açık bir UInt16dönüştürmesini tanımlar.

public:
 static explicit operator System::UInt16(System::Text::Json::Nodes::JsonNode ^ value);
[System.CLSCompliant(false)]
public static explicit operator ushort (System.Text.Json.Nodes.JsonNode value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> uint16
Public Shared Narrowing Operator CType (value As JsonNode) As UShort

Parametreler

value
JsonNode

Açıkça JsonNode dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Öznitelikler

Şunlara uygulanır

Explicit(JsonNode to Nullable<UInt64>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Önemli

Bu API, CLS uyumlu değildir.

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNodeUInt64değerine açık bir dönüştürmesini tanımlar.

public:
 static explicit operator Nullable<System::UInt64>(System::Text::Json::Nodes::JsonNode ^ value);
[System.CLSCompliant(false)]
public static explicit operator ulong? (System.Text.Json.Nodes.JsonNode? value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<uint64>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of ULong)

Parametreler

value
JsonNode

Açıkça JsonNode dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Öznitelikler

Şunlara uygulanır

Explicit(JsonNode to SByte)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Önemli

Bu API, CLS uyumlu değildir.

Belirli JsonNode bir öğesinin öğesine açık bir SBytedönüştürmesini tanımlar.

public:
 static explicit operator System::SByte(System::Text::Json::Nodes::JsonNode ^ value);
[System.CLSCompliant(false)]
public static explicit operator sbyte (System.Text.Json.Nodes.JsonNode value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> sbyte
Public Shared Narrowing Operator CType (value As JsonNode) As SByte

Parametreler

value
JsonNode

Açıkça JsonNode dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Öznitelikler

Şunlara uygulanır

Explicit(JsonNode to Single)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini Singletanımlar.

public:
 static explicit operator float(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator float (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> single
Public Shared Narrowing Operator CType (value As JsonNode) As Single

Parametreler

value
JsonNode

Açıkça JsonNode dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to String)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNode değerine açık dönüştürmesini Stringtanımlar.

public:
 static explicit operator System::String ^(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator string? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> string
Public Shared Narrowing Operator CType (value As JsonNode) As String

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Nullable<Double>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNode değerine açık dönüştürmesini Doubletanımlar.

public:
 static explicit operator Nullable<double>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator double? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<double>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of Double)

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to UInt32)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Önemli

Bu API, CLS uyumlu değildir.

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini UInt32tanımlar.

public:
 static explicit operator System::UInt32(System::Text::Json::Nodes::JsonNode ^ value);
[System.CLSCompliant(false)]
public static explicit operator uint (System.Text.Json.Nodes.JsonNode value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> uint32
Public Shared Narrowing Operator CType (value As JsonNode) As UInteger

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Öznitelikler

Şunlara uygulanır

Explicit(JsonNode to Nullable<UInt32>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Önemli

Bu API, CLS uyumlu değildir.

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNode değerine açık dönüştürmesini UInt32tanımlar.

public:
 static explicit operator Nullable<System::UInt32>(System::Text::Json::Nodes::JsonNode ^ value);
[System.CLSCompliant(false)]
public static explicit operator uint? (System.Text.Json.Nodes.JsonNode? value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<uint32>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of UInteger)

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Öznitelikler

Şunlara uygulanır

Explicit(JsonNode to Nullable<Decimal>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNode değerine açık dönüştürmesini Decimaltanımlar.

public:
 static explicit operator Nullable<System::Decimal>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator decimal? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<decimal>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of Decimal)

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to UInt64)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Önemli

Bu API, CLS uyumlu değildir.

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini UInt64tanımlar.

public:
 static explicit operator System::UInt64(System::Text::Json::Nodes::JsonNode ^ value);
[System.CLSCompliant(false)]
public static explicit operator ulong (System.Text.Json.Nodes.JsonNode value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> uint64
Public Shared Narrowing Operator CType (value As JsonNode) As ULong

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Öznitelikler

Şunlara uygulanır

Explicit(JsonNode to Nullable<DateTime>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNode değerine açık dönüştürmesini DateTimetanımlar.

public:
 static explicit operator Nullable<DateTime>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator DateTime? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<DateTime>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of DateTime)

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Nullable<DateTimeOffset>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNode değerine açık dönüştürmesini DateTimeOffsettanımlar.

public:
 static explicit operator Nullable<DateTimeOffset>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator DateTimeOffset? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<DateTimeOffset>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of DateTimeOffset)

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Boolean)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini Booleantanımlar.

public:
 static explicit operator bool(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator bool (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> bool
Public Shared Narrowing Operator CType (value As JsonNode) As Boolean

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Byte)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini Bytetanımlar.

public:
 static explicit operator System::Byte(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator byte (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> byte
Public Shared Narrowing Operator CType (value As JsonNode) As Byte

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Char)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini Chartanımlar.

public:
 static explicit operator char(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator char (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> char
Public Shared Narrowing Operator CType (value As JsonNode) As Char

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to DateTimeOffset)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini DateTimeOffsettanımlar.

public:
 static explicit operator DateTimeOffset(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator DateTimeOffset (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> DateTimeOffset
Public Shared Narrowing Operator CType (value As JsonNode) As DateTimeOffset

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Decimal)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini Decimaltanımlar.

public:
 static explicit operator System::Decimal(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator decimal (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> decimal
Public Shared Narrowing Operator CType (value As JsonNode) As Decimal

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Double)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini Doubletanımlar.

public:
 static explicit operator double(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator double (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> double
Public Shared Narrowing Operator CType (value As JsonNode) As Double

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to DateTime)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini DateTimetanımlar.

public:
 static explicit operator DateTime(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator DateTime (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> DateTime
Public Shared Narrowing Operator CType (value As JsonNode) As DateTime

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Int16)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini Int16tanımlar.

public:
 static explicit operator short(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator short (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> int16
Public Shared Narrowing Operator CType (value As JsonNode) As Short

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Int32)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini Int32tanımlar.

public:
 static explicit operator int(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator int (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> int
Public Shared Narrowing Operator CType (value As JsonNode) As Integer

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Int64)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini Int64tanımlar.

public:
 static explicit operator long(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator long (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> int64
Public Shared Narrowing Operator CType (value As JsonNode) As Long

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Nullable<Boolean>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNode değerine açık dönüştürmesini Booleantanımlar.

public:
 static explicit operator Nullable<bool>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator bool? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<bool>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of Boolean)

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Nullable<Byte>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirtilen null atanabilir öğesinin boş değer atanabilir JsonNode değerine açık dönüştürmesini Bytetanımlar.

public:
 static explicit operator Nullable<System::Byte>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator byte? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<byte>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of Byte)

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Nullable<Char>)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini Chartanımlar.

public:
 static explicit operator Nullable<char>(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator char? (System.Text.Json.Nodes.JsonNode? value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Nullable<char>
Public Shared Narrowing Operator CType (value As JsonNode) As Nullable(Of Char)

Parametreler

value
JsonNode

Char Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır

Explicit(JsonNode to Guid)

Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs
Kaynak:
JsonNode.Operators.cs

Belirli JsonNode bir öğesinin öğesine açık dönüştürmesini Guidtanımlar.

public:
 static explicit operator Guid(System::Text::Json::Nodes::JsonNode ^ value);
public static explicit operator Guid (System.Text.Json.Nodes.JsonNode value);
static member op_Explicit : System.Text.Json.Nodes.JsonNode -> Guid
Public Shared Narrowing Operator CType (value As JsonNode) As Guid

Parametreler

value
JsonNode

JsonNode Açıkça dönüştürülecek A.

Döndürülenler

Örnekten JsonNode dönüştürülen bir değer.

Şunlara uygulanır