JsonValue.Implicit 运算符

定义

重载

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

Implicit(JsonValue to Int64)

public:
 static operator long(System::Json::JsonValue ^ value);
public static implicit operator long (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> int64
Public Shared Widening Operator CType (value As JsonValue) As Long

参数

value
JsonValue

返回

Int64

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to SByte)

重要

此 API 不符合 CLS。

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

参数

value
JsonValue

返回

SByte
属性

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to Single)

public:
 static operator float(System::Json::JsonValue ^ value);
public static implicit operator float (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> single
Public Shared Widening Operator CType (value As JsonValue) As Single

参数

value
JsonValue

返回

Single

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to String)

public:
 static operator System::String ^(System::Json::JsonValue ^ value);
public static implicit operator string (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> string
Public Shared Widening Operator CType (value As JsonValue) As String

参数

value
JsonValue

返回

String

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to TimeSpan)

public:
 static operator TimeSpan(System::Json::JsonValue ^ value);
public static implicit operator TimeSpan (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> TimeSpan
Public Shared Widening Operator CType (value As JsonValue) As TimeSpan

参数

value
JsonValue

返回

TimeSpan

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to UInt16)

重要

此 API 不符合 CLS。

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

参数

value
JsonValue

返回

UInt16
属性

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to UInt32)

重要

此 API 不符合 CLS。

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

参数

value
JsonValue

返回

UInt32
属性

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to UInt64)

重要

此 API 不符合 CLS。

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

参数

value
JsonValue

返回

UInt64
属性

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(String to JsonValue)

public:
 static operator System::Json::JsonValue ^(System::String ^ value);
public static implicit operator System.Json.JsonValue (string value);
static member op_Implicit : string -> System.Json.JsonValue
Public Shared Widening Operator CType (value As String) As JsonValue

参数

value
String

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(SByte to JsonValue)

重要

此 API 不符合 CLS。

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

参数

value
SByte

返回

JsonValue
属性

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(Single to JsonValue)

public:
 static operator System::Json::JsonValue ^(float value);
public static implicit operator System.Json.JsonValue (float value);
static member op_Implicit : single -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Single) As JsonValue

参数

value
Single

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to Int32)

public:
 static operator int(System::Json::JsonValue ^ value);
public static implicit operator int (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> int
Public Shared Widening Operator CType (value As JsonValue) As Integer

参数

value
JsonValue

返回

Int32

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(TimeSpan to JsonValue)

public:
 static operator System::Json::JsonValue ^(TimeSpan value);
public static implicit operator System.Json.JsonValue (TimeSpan value);
static member op_Implicit : TimeSpan -> System.Json.JsonValue
Public Shared Widening Operator CType (value As TimeSpan) As JsonValue

参数

value
TimeSpan

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(UInt16 to JsonValue)

重要

此 API 不符合 CLS。

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

参数

value
UInt16

返回

JsonValue
属性

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(UInt32 to JsonValue)

重要

此 API 不符合 CLS。

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

参数

value
UInt32

返回

JsonValue
属性

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(UInt64 to JsonValue)

重要

此 API 不符合 CLS。

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

参数

value
UInt64

返回

JsonValue
属性

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(Uri to JsonValue)

public:
 static operator System::Json::JsonValue ^(Uri ^ value);
public static implicit operator System.Json.JsonValue (Uri value);
static member op_Implicit : Uri -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Uri) As JsonValue

参数

value
Uri

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to Uri)

public:
 static operator Uri ^(System::Json::JsonValue ^ value);
public static implicit operator Uri (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> Uri
Public Shared Widening Operator CType (value As JsonValue) As Uri

参数

value
JsonValue

返回

Uri

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to Int16)

public:
 static operator short(System::Json::JsonValue ^ value);
public static implicit operator short (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> int16
Public Shared Widening Operator CType (value As JsonValue) As Short

参数

value
JsonValue

返回

Int16

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to Double)

public:
 static operator double(System::Json::JsonValue ^ value);
public static implicit operator double (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> double
Public Shared Widening Operator CType (value As JsonValue) As Double

参数

value
JsonValue

返回

Double

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(Double to JsonValue)

public:
 static operator System::Json::JsonValue ^(double value);
public static implicit operator System.Json.JsonValue (double value);
static member op_Implicit : double -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Double) As JsonValue

参数

value
Double

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(Boolean to JsonValue)

public:
 static operator System::Json::JsonValue ^(bool value);
public static implicit operator System.Json.JsonValue (bool value);
static member op_Implicit : bool -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Boolean) As JsonValue

参数

value
Boolean

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(Byte to JsonValue)

public:
 static operator System::Json::JsonValue ^(System::Byte value);
public static implicit operator System.Json.JsonValue (byte value);
static member op_Implicit : byte -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Byte) As JsonValue

参数

value
Byte

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(Char to JsonValue)

public:
 static operator System::Json::JsonValue ^(char value);
public static implicit operator System.Json.JsonValue (char value);
static member op_Implicit : char -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Char) As JsonValue

参数

value
Char

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(DateTime to JsonValue)

public:
 static operator System::Json::JsonValue ^(DateTime value);
public static implicit operator System.Json.JsonValue (DateTime value);
static member op_Implicit : DateTime -> System.Json.JsonValue
Public Shared Widening Operator CType (value As DateTime) As JsonValue

参数

value
DateTime

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(DateTimeOffset to JsonValue)

public:
 static operator System::Json::JsonValue ^(DateTimeOffset value);
public static implicit operator System.Json.JsonValue (DateTimeOffset value);
static member op_Implicit : DateTimeOffset -> System.Json.JsonValue
Public Shared Widening Operator CType (value As DateTimeOffset) As JsonValue

参数

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(Decimal to JsonValue)

public:
 static operator System::Json::JsonValue ^(System::Decimal value);
public static implicit operator System.Json.JsonValue (decimal value);
static member op_Implicit : decimal -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Decimal) As JsonValue

参数

value
Decimal

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to Guid)

public:
 static operator Guid(System::Json::JsonValue ^ value);
public static implicit operator Guid (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> Guid
Public Shared Widening Operator CType (value As JsonValue) As Guid

参数

value
JsonValue

返回

Guid

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(Int16 to JsonValue)

public:
 static operator System::Json::JsonValue ^(short value);
public static implicit operator System.Json.JsonValue (short value);
static member op_Implicit : int16 -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Short) As JsonValue

参数

value
Int16

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(Guid to JsonValue)

public:
 static operator System::Json::JsonValue ^(Guid value);
public static implicit operator System.Json.JsonValue (Guid value);
static member op_Implicit : Guid -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Guid) As JsonValue

参数

value
Guid

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(Int64 to JsonValue)

public:
 static operator System::Json::JsonValue ^(long value);
public static implicit operator System.Json.JsonValue (long value);
static member op_Implicit : int64 -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Long) As JsonValue

参数

value
Int64

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to Boolean)

public:
 static operator bool(System::Json::JsonValue ^ value);
public static implicit operator bool (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> bool
Public Shared Widening Operator CType (value As JsonValue) As Boolean

参数

value
JsonValue

返回

Boolean

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to Byte)

public:
 static operator System::Byte(System::Json::JsonValue ^ value);
public static implicit operator byte (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> byte
Public Shared Widening Operator CType (value As JsonValue) As Byte

参数

value
JsonValue

返回

Byte

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to Char)

public:
 static operator char(System::Json::JsonValue ^ value);
public static implicit operator char (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> char
Public Shared Widening Operator CType (value As JsonValue) As Char

参数

value
JsonValue

返回

Char

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to DateTime)

public:
 static operator DateTime(System::Json::JsonValue ^ value);
public static implicit operator DateTime (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> DateTime
Public Shared Widening Operator CType (value As JsonValue) As DateTime

参数

value
JsonValue

返回

DateTime

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to DateTimeOffset)

public:
 static operator DateTimeOffset(System::Json::JsonValue ^ value);
public static implicit operator DateTimeOffset (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> DateTimeOffset
Public Shared Widening Operator CType (value As JsonValue) As DateTimeOffset

参数

value
JsonValue

返回

DateTimeOffset

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(JsonValue to Decimal)

public:
 static operator System::Decimal(System::Json::JsonValue ^ value);
public static implicit operator decimal (System.Json.JsonValue value);
static member op_Implicit : System.Json.JsonValue -> decimal
Public Shared Widening Operator CType (value As JsonValue) As Decimal

参数

value
JsonValue

返回

Decimal

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于

Implicit(Int32 to JsonValue)

public:
 static operator System::Json::JsonValue ^(int value);
public static implicit operator System.Json.JsonValue (int value);
static member op_Implicit : int -> System.Json.JsonValue
Public Shared Widening Operator CType (value As Integer) As JsonValue

参数

value
Int32

返回

JsonValue

注解

### 备注

备注

System.Json 命名空间是为不再受支持的 Silverlight 设计的。 若要处理 JSON,我们建议改用命名空间中的 System.Text.Json API。

适用于