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
b
boolValue 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
b
charValue 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
b
floatValue 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
b
doubleValue 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
b
decimalValue 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
b
DateTimeValue 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
b
stringValue 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
b
byteValue 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
b
shortValue 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
b
sbyteValue 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
b
ushortValue 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
b
longValue 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
b
ulongValue 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
b
uintValue 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
b
intValue to convert