JsonNode.Explicit Operator
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| Explicit(JsonNode to Nullable<Guid>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable Guid. |
| Explicit(JsonNode to Nullable<Int16>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable Int16. |
| Explicit(JsonNode to Nullable<Int32>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable Int32. |
| Explicit(JsonNode to Nullable<Int64>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable Int64. |
| Explicit(JsonNode to Nullable<SByte>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable SByte. |
| Explicit(JsonNode to Nullable<Single>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable Single. |
| Explicit(JsonNode to Nullable<UInt16>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable UInt16. |
| Explicit(JsonNode to UInt16) |
Definieert een expliciete conversie van een gegeven JsonNode aan een UInt16. |
| Explicit(JsonNode to Nullable<UInt64>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable UInt64. |
| Explicit(JsonNode to SByte) |
Definieert een expliciete conversie van een gegeven JsonNode aan een SByte. |
| Explicit(JsonNode to Single) |
Definieert een expliciete conversie van een gegeven JsonNode aan een Single. |
| Explicit(JsonNode to String) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable String. |
| Explicit(JsonNode to Nullable<Double>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable Double. |
| Explicit(JsonNode to UInt32) |
Definieert een expliciete conversie van een gegeven JsonNode aan een UInt32. |
| Explicit(JsonNode to Nullable<UInt32>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable UInt32. |
| Explicit(JsonNode to Nullable<Decimal>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable Decimal. |
| Explicit(JsonNode to UInt64) |
Definieert een expliciete conversie van een gegeven JsonNode aan een UInt64. |
| Explicit(JsonNode to Nullable<DateTime>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable DateTime. |
| Explicit(JsonNode to Nullable<DateTimeOffset>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable DateTimeOffset. |
| Explicit(JsonNode to Boolean) |
Definieert een expliciete conversie van een gegeven JsonNode aan een Boolean. |
| Explicit(JsonNode to Byte) |
Definieert een expliciete conversie van een gegeven JsonNode aan een Byte. |
| Explicit(JsonNode to Char) |
Definieert een expliciete conversie van een gegeven JsonNode aan een Char. |
| Explicit(JsonNode to DateTimeOffset) |
Definieert een expliciete conversie van een gegeven JsonNode aan een DateTimeOffset. |
| Explicit(JsonNode to Decimal) |
Definieert een expliciete conversie van een gegeven JsonNode aan een Decimal. |
| Explicit(JsonNode to Double) |
Definieert een expliciete conversie van een gegeven JsonNode aan een Double. |
| Explicit(JsonNode to DateTime) |
Definieert een expliciete conversie van een gegeven JsonNode aan een DateTime. |
| Explicit(JsonNode to Int16) |
Definieert een expliciete conversie van een gegeven JsonNode aan een Int16. |
| Explicit(JsonNode to Int32) |
Definieert een expliciete conversie van een gegeven JsonNode aan een Int32. |
| Explicit(JsonNode to Int64) |
Definieert een expliciete conversie van een gegeven JsonNode aan een Int64. |
| Explicit(JsonNode to Nullable<Boolean>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable Boolean. |
| Explicit(JsonNode to Nullable<Byte>) |
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een nullable Byte. |
| Explicit(JsonNode to Nullable<Char>) |
Definieert een expliciete conversie van een gegeven JsonNode aan een Char. |
| Explicit(JsonNode to Guid) |
Definieert een expliciete conversie van een gegeven JsonNode aan een Guid. |
Explicit(JsonNode to Nullable<Guid>)
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Nullable<Int16>)
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Nullable<Int32>)
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Nullable<Int64>)
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Nullable<SByte>)
Belangrijk
Deze API is niet CLS-conform.
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
- Kenmerken
Van toepassing op
Explicit(JsonNode to Nullable<Single>)
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Nullable<UInt16>)
Belangrijk
Deze API is niet CLS-conform.
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
- Kenmerken
Van toepassing op
Explicit(JsonNode to UInt16)
Belangrijk
Deze API is niet CLS-conform.
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
- Kenmerken
Van toepassing op
Explicit(JsonNode to Nullable<UInt64>)
Belangrijk
Deze API is niet CLS-conform.
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
- Kenmerken
Van toepassing op
Explicit(JsonNode to SByte)
Belangrijk
Deze API is niet CLS-conform.
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
- Kenmerken
Van toepassing op
Explicit(JsonNode to Single)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to String)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Nullable<Double>)
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to UInt32)
Belangrijk
Deze API is niet CLS-conform.
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
- Kenmerken
Van toepassing op
Explicit(JsonNode to Nullable<UInt32>)
Belangrijk
Deze API is niet CLS-conform.
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
- Kenmerken
Van toepassing op
Explicit(JsonNode to Nullable<Decimal>)
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to UInt64)
Belangrijk
Deze API is niet CLS-conform.
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
- Kenmerken
Van toepassing op
Explicit(JsonNode to Nullable<DateTime>)
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Nullable<DateTimeOffset>)
Definieert een expliciete conversie van een opgegeven nullable JsonNode naar een 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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Boolean)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Byte)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Char)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to DateTimeOffset)
Definieert een expliciete conversie van een gegeven JsonNode aan een 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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Decimal)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Double)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to DateTime)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Int16)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Int32)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Int64)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Nullable<Boolean>)
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Nullable<Byte>)
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Nullable<Char>)
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)
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.
Van toepassing op
Explicit(JsonNode to Guid)
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
Parameters
Retouren
Een waarde die is geconverteerd van het JsonNode exemplaar.