JsonNode.Explicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Explicit(JsonNode to Nullable<Guid>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable Guid. |
Explicit(JsonNode to Nullable<Int16>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable Int16. |
Explicit(JsonNode to Nullable<Int32>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable Int32. |
Explicit(JsonNode to Nullable<Int64>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable Int64. |
Explicit(JsonNode to Nullable<SByte>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable SByte. |
Explicit(JsonNode to Nullable<Single>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable Single. |
Explicit(JsonNode to Nullable<UInt16>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable UInt16. |
Explicit(JsonNode to UInt16) |
Définit une conversion explicite d’un donné JsonNode en .UInt16 |
Explicit(JsonNode to Nullable<UInt64>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable UInt64. |
Explicit(JsonNode to SByte) |
Définit une conversion explicite d’un donné JsonNode en .SByte |
Explicit(JsonNode to Single) |
Définit une conversion explicite d’un donné JsonNode en .Single |
Explicit(JsonNode to String) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable String. |
Explicit(JsonNode to Nullable<Double>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable Double. |
Explicit(JsonNode to UInt32) |
Définit une conversion explicite d’un donné JsonNode en .UInt32 |
Explicit(JsonNode to Nullable<UInt32>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable UInt32. |
Explicit(JsonNode to Nullable<Decimal>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable Decimal. |
Explicit(JsonNode to UInt64) |
Définit une conversion explicite d’un donné JsonNode en .UInt64 |
Explicit(JsonNode to Nullable<DateTime>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable DateTime. |
Explicit(JsonNode to Nullable<DateTimeOffset>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable DateTimeOffset. |
Explicit(JsonNode to Boolean) |
Définit une conversion explicite d’un donné JsonNode en .Boolean |
Explicit(JsonNode to Byte) |
Définit une conversion explicite d’un donné JsonNode en .Byte |
Explicit(JsonNode to Char) |
Définit une conversion explicite d’un donné JsonNode en .Char |
Explicit(JsonNode to DateTimeOffset) |
Définit une conversion explicite d’un donné JsonNode en .DateTimeOffset |
Explicit(JsonNode to Decimal) |
Définit une conversion explicite d’un donné JsonNode en .Decimal |
Explicit(JsonNode to Double) |
Définit une conversion explicite d’un donné JsonNode en .Double |
Explicit(JsonNode to DateTime) |
Définit une conversion explicite d’un donné JsonNode en .DateTime |
Explicit(JsonNode to Int16) |
Définit une conversion explicite d’un donné JsonNode en .Int16 |
Explicit(JsonNode to Int32) |
Définit une conversion explicite d’un donné JsonNode en .Int32 |
Explicit(JsonNode to Int64) |
Définit une conversion explicite d’un donné JsonNode en .Int64 |
Explicit(JsonNode to Nullable<Boolean>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable Boolean. |
Explicit(JsonNode to Nullable<Byte>) |
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable Byte. |
Explicit(JsonNode to Nullable<Char>) |
Définit une conversion explicite d’un donné JsonNode en .Char |
Explicit(JsonNode to Guid) |
Définit une conversion explicite d’un donné JsonNode en .Guid |
Explicit(JsonNode to Nullable<Guid>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Nullable<Int16>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Nullable<Int32>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Nullable<Int64>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Nullable<SByte>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
Important
Cette API n’est pas conforme CLS.
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
- Attributs
S’applique à
Explicit(JsonNode to Nullable<Single>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Nullable<UInt16>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
Important
Cette API n’est pas conforme CLS.
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
- Attributs
S’applique à
Explicit(JsonNode to UInt16)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
Important
Cette API n’est pas conforme CLS.
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
- Attributs
S’applique à
Explicit(JsonNode to Nullable<UInt64>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
Important
Cette API n’est pas conforme CLS.
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
- Attributs
S’applique à
Explicit(JsonNode to SByte)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
Important
Cette API n’est pas conforme CLS.
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
- Attributs
S’applique à
Explicit(JsonNode to Single)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to String)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Nullable<Double>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to UInt32)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
Important
Cette API n’est pas conforme CLS.
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
- Attributs
S’applique à
Explicit(JsonNode to Nullable<UInt32>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
Important
Cette API n’est pas conforme CLS.
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
- Attributs
S’applique à
Explicit(JsonNode to Nullable<Decimal>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to UInt64)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
Important
Cette API n’est pas conforme CLS.
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
- Attributs
S’applique à
Explicit(JsonNode to Nullable<DateTime>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Nullable<DateTimeOffset>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
Définit une conversion explicite d’un nullable JsonNode spécifié en un nullable DateTimeOffset.
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Boolean)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Byte)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Char)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to DateTimeOffset)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
Définit une conversion explicite d’un donné JsonNode en .DateTimeOffset
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Decimal)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Double)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to DateTime)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Int16)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Int32)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Int64)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Nullable<Boolean>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Nullable<Byte>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Nullable<Char>)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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)
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.
S’applique à
Explicit(JsonNode to Guid)
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
- Source:
- JsonNode.Operators.cs
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
Paramètres
Retours
Valeur convertie à partir du JsonNode instance.