• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Show / Hide Table of Contents

Operator Implicit

Implicit(Boolean to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(bool value)
Parameters
Type Name Description
System.Boolean value
Returns
Type Description
JsonValueBase

Implicit(Byte to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(byte value)
Parameters
Type Name Description
System.Byte value
Returns
Type Description
JsonValueBase

Implicit(SByte to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(sbyte value)
Parameters
Type Name Description
System.SByte value
Returns
Type Description
JsonValueBase

Implicit(Int16 to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(short value)
Parameters
Type Name Description
System.Int16 value
Returns
Type Description
JsonValueBase

Implicit(UInt16 to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(ushort value)
Parameters
Type Name Description
System.UInt16 value
Returns
Type Description
JsonValueBase

Implicit(Int32 to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(int value)
Parameters
Type Name Description
System.Int32 value
Returns
Type Description
JsonValueBase

Implicit(UInt32 to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(uint value)
Parameters
Type Name Description
System.UInt32 value
Returns
Type Description
JsonValueBase

Implicit(Int64 to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(long value)
Parameters
Type Name Description
System.Int64 value
Returns
Type Description
JsonValueBase

Implicit(UInt64 to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(ulong value)
Parameters
Type Name Description
System.UInt64 value
Returns
Type Description
JsonValueBase

Implicit(Single to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(float value)
Parameters
Type Name Description
System.Single value
Returns
Type Description
JsonValueBase

Implicit(Double to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(double value)
Parameters
Type Name Description
System.Double value
Returns
Type Description
JsonValueBase

Implicit(Decimal to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(decimal value)
Parameters
Type Name Description
System.Decimal value
Returns
Type Description
JsonValueBase

Implicit(DateTime to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(DateTime value)
Parameters
Type Name Description
DateTime value
Returns
Type Description
JsonValueBase

Implicit(String to JsonValueBase)

Declaration
public static implicit operator JsonValueBase(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
JsonValueBase
Back to top Copyright © 2017 Alachisoft