JsonNode.Explicit Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| Explicit(JsonNode to Nullable<Guid>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar Guid. |
| Explicit(JsonNode to Nullable<Int16>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar Int16. |
| Explicit(JsonNode to Nullable<Int32>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar Int32. |
| Explicit(JsonNode to Nullable<Int64>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar Int64. |
| Explicit(JsonNode to Nullable<SByte>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar SByte. |
| Explicit(JsonNode to Nullable<Single>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar Single. |
| Explicit(JsonNode to Nullable<UInt16>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar UInt16. |
| Explicit(JsonNode to UInt16) |
Definierar en explicit konvertering av en given JsonNode till en UInt16. |
| Explicit(JsonNode to Nullable<UInt64>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar UInt64. |
| Explicit(JsonNode to SByte) |
Definierar en explicit konvertering av en given JsonNode till en SByte. |
| Explicit(JsonNode to Single) |
Definierar en explicit konvertering av en given JsonNode till en Single. |
| Explicit(JsonNode to String) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar String. |
| Explicit(JsonNode to Nullable<Double>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar Double. |
| Explicit(JsonNode to UInt32) |
Definierar en explicit konvertering av en given JsonNode till en UInt32. |
| Explicit(JsonNode to Nullable<UInt32>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar UInt32. |
| Explicit(JsonNode to Nullable<Decimal>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar Decimal. |
| Explicit(JsonNode to UInt64) |
Definierar en explicit konvertering av en given JsonNode till en UInt64. |
| Explicit(JsonNode to Nullable<DateTime>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar DateTime. |
| Explicit(JsonNode to Nullable<DateTimeOffset>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar DateTimeOffset. |
| Explicit(JsonNode to Boolean) |
Definierar en explicit konvertering av en given JsonNode till en Boolean. |
| Explicit(JsonNode to Byte) |
Definierar en explicit konvertering av en given JsonNode till en Byte. |
| Explicit(JsonNode to Char) |
Definierar en explicit konvertering av en given JsonNode till en Char. |
| Explicit(JsonNode to DateTimeOffset) |
Definierar en explicit konvertering av en given JsonNode till en DateTimeOffset. |
| Explicit(JsonNode to Decimal) |
Definierar en explicit konvertering av en given JsonNode till en Decimal. |
| Explicit(JsonNode to Double) |
Definierar en explicit konvertering av en given JsonNode till en Double. |
| Explicit(JsonNode to DateTime) |
Definierar en explicit konvertering av en given JsonNode till en DateTime. |
| Explicit(JsonNode to Int16) |
Definierar en explicit konvertering av en given JsonNode till en Int16. |
| Explicit(JsonNode to Int32) |
Definierar en explicit konvertering av en given JsonNode till en Int32. |
| Explicit(JsonNode to Int64) |
Definierar en explicit konvertering av en given JsonNode till en Int64. |
| Explicit(JsonNode to Nullable<Boolean>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar Boolean. |
| Explicit(JsonNode to Nullable<Byte>) |
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar Byte. |
| Explicit(JsonNode to Nullable<Char>) |
Definierar en explicit konvertering av en given JsonNode till en Char. |
| Explicit(JsonNode to Guid) |
Definierar en explicit konvertering av en given JsonNode till en Guid. |
Explicit(JsonNode to Nullable<Guid>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Nullable<Int16>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Nullable<Int32>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Nullable<Int64>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Nullable<SByte>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
Viktigt!
Detta API uppfyller inte 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
- Attribut
Gäller för
Explicit(JsonNode to Nullable<Single>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Nullable<UInt16>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
Viktigt!
Detta API uppfyller inte 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
- Attribut
Gäller för
Explicit(JsonNode to UInt16)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
Viktigt!
Detta API uppfyller inte 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
- Attribut
Gäller för
Explicit(JsonNode to Nullable<UInt64>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
Viktigt!
Detta API uppfyller inte 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
- Attribut
Gäller för
Explicit(JsonNode to SByte)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
Viktigt!
Detta API uppfyller inte 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
- Attribut
Gäller för
Explicit(JsonNode to Single)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to String)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Nullable<Double>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to UInt32)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
Viktigt!
Detta API uppfyller inte 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
- Attribut
Gäller för
Explicit(JsonNode to Nullable<UInt32>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
Viktigt!
Detta API uppfyller inte 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
- Attribut
Gäller för
Explicit(JsonNode to Nullable<Decimal>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to UInt64)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
Viktigt!
Detta API uppfyller inte 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
- Attribut
Gäller för
Explicit(JsonNode to Nullable<DateTime>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Nullable<DateTimeOffset>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
Definierar en explicit konvertering av en angiven nullbar JsonNode till en nullbar 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Boolean)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Byte)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Char)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to DateTimeOffset)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
Definierar en explicit konvertering av en given JsonNode till 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Decimal)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Double)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to DateTime)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Int16)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Int32)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Int64)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Nullable<Boolean>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Nullable<Byte>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Nullable<Char>)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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)
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .
Gäller för
Explicit(JsonNode to Guid)
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- JsonNode.Operators.cs
- Källa:
- 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
Parametrar
Returer
Ett värde som konverterats från instansen JsonNode .