Operator implicit operator
implicit operator PlessVariant(bool)
Implements implicit conversion operator from the bool value to the variant.
public static implicit operator PlessVariant(bool b)
Parameters
bboolValue to convert
Returns
implicit operator PlessVariant(char)
Implements implicit conversion operator from the char value to the variant.
public static implicit operator PlessVariant(char b)
Parameters
bcharValue to convert
Returns
implicit operator PlessVariant(float)
Implements implicit conversion operator from the float value to the variant.
public static implicit operator PlessVariant(float b)
Parameters
bfloatValue to convert
Returns
implicit operator PlessVariant(double)
Implements implicit conversion operator from the double value to the variant.
public static implicit operator PlessVariant(double b)
Parameters
bdoubleValue to convert
Returns
implicit operator PlessVariant(decimal)
Implements implicit conversion operator from the decimal value to the variant.
public static implicit operator PlessVariant(decimal b)
Parameters
bdecimalValue to convert
Returns
implicit operator PlessVariant(DateTime)
Implements implicit conversion operator from the DateTime value to the variant.
public static implicit operator PlessVariant(DateTime b)
Parameters
bDateTimeValue to convert
Returns
implicit operator PlessVariant(string)
Implements implicit conversion operator from the string value to the variant.
public static implicit operator PlessVariant(string b)
Parameters
bstringValue to convert
Returns
implicit operator PlessVariant(byte)
Implements implicit conversion operator from the byte value to the variant.
public static implicit operator PlessVariant(byte b)
Parameters
bbyteValue to convert
Returns
implicit operator PlessVariant(short)
Implements implicit conversion operator from the short value to the variant.
public static implicit operator PlessVariant(short b)
Parameters
bshortValue to convert
Returns
implicit operator PlessVariant(sbyte)
Implements implicit conversion operator from the sbyte value to the variant.
public static implicit operator PlessVariant(sbyte b)
Parameters
bsbyteValue to convert
Returns
implicit operator PlessVariant(ushort)
Implements implicit conversion operator from the ushort value to the variant.
public static implicit operator PlessVariant(ushort b)
Parameters
bushortValue to convert
Returns
implicit operator PlessVariant(long)
Implements implicit conversion operator from the long value to the variant.
public static implicit operator PlessVariant(long b)
Parameters
blongValue to convert
Returns
implicit operator PlessVariant(ulong)
Implements implicit conversion operator from the ulong value to the variant.
public static implicit operator PlessVariant(ulong b)
Parameters
bulongValue to convert
Returns
implicit operator PlessVariant(uint)
Implements implicit conversion operator from the uint value to the variant.
public static implicit operator PlessVariant(uint b)
Parameters
buintValue to convert
Returns
implicit operator PlessVariant(int)
Implements implicit conversion operator from the int value to the variant.
public static implicit operator PlessVariant(int b)
Parameters
bintValue to convert