Operator Implicit
Implicit(SByte to JsonRpcId)
Declaration
public static implicit operator JsonRpcId(sbyte value)
Parameters
Type | Name | Description |
---|---|---|
SByte | value | The SByte value to create a new JsonRpcId instance from. |
Returns
Type | Description |
---|---|
JsonRpcId | New JsonRpcId instance for the given value. |
Implicit(Byte to JsonRpcId)
Declaration
public static implicit operator JsonRpcId(byte value)
Parameters
Type | Name | Description |
---|---|---|
Byte | value | The Byte value to create a new JsonRpcId instance from. |
Returns
Type | Description |
---|---|
JsonRpcId | New JsonRpcId instance for the given value. |
Implicit(Int16 to JsonRpcId)
Declaration
public static implicit operator JsonRpcId(short value)
Parameters
Type | Name | Description |
---|---|---|
Int16 | value | The Int16 value to create a new JsonRpcId instance from. |
Returns
Type | Description |
---|---|
JsonRpcId | New JsonRpcId instance for the given value. |
Implicit(UInt16 to JsonRpcId)
Declaration
public static implicit operator JsonRpcId(ushort value)
Parameters
Type | Name | Description |
---|---|---|
UInt16 | value | The UInt16 value to create a new JsonRpcId instance from. |
Returns
Type | Description |
---|---|
JsonRpcId | New JsonRpcId instance for the given value. |
Implicit(Int32 to JsonRpcId)
Declaration
public static implicit operator JsonRpcId(int value)
Parameters
Type | Name | Description |
---|---|---|
Int32 | value | The Int32 value to create a new JsonRpcId instance from. |
Returns
Type | Description |
---|---|
JsonRpcId | New JsonRpcId instance for the given value. |
Implicit(UInt32 to JsonRpcId)
Declaration
public static implicit operator JsonRpcId(uint value)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | value | The UInt32 value to create a new JsonRpcId instance from. |
Returns
Type | Description |
---|---|
JsonRpcId | New JsonRpcId instance for the given value. |
Implicit(Int64 to JsonRpcId)
Declaration
public static implicit operator JsonRpcId(long value)
Parameters
Type | Name | Description |
---|---|---|
Int64 | value | The Int64 value to create a new JsonRpcId instance from. |
Returns
Type | Description |
---|---|
JsonRpcId | New JsonRpcId instance for the given value. |
Implicit(UInt64 to JsonRpcId)
Declaration
public static implicit operator JsonRpcId(ulong value)
Parameters
Type | Name | Description |
---|---|---|
UInt64 | value | The UInt64 value to create a new JsonRpcId instance from. |
Returns
Type | Description |
---|---|
JsonRpcId | New JsonRpcId instance for the given value. |
Implicit(Single to JsonRpcId)
Declaration
public static implicit operator JsonRpcId(float value)
Parameters
Type | Name | Description |
---|---|---|
Single | value | The Single value to create a new JsonRpcId instance from. |
Returns
Type | Description |
---|---|
JsonRpcId | New JsonRpcId instance for the given value. |
Implicit(Double to JsonRpcId)
Declaration
public static implicit operator JsonRpcId(double value)
Parameters
Type | Name | Description |
---|---|---|
Double | value | The Double value to create a new JsonRpcId instance from. |
Returns
Type | Description |
---|---|
JsonRpcId | New JsonRpcId instance for the given value. |
Implicit(String to JsonRpcId)
Declaration
public static implicit operator JsonRpcId(string value)
Parameters
Type | Name | Description |
---|---|---|
String | value | The String value to create a new JsonRpcId instance from. |
Returns
Type | Description |
---|---|
JsonRpcId | New JsonRpcId instance for the given value. |