Table of Contents

Operator implicit operator

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

implicit operator PlessVariant(bool)

Implements implicit conversion operator from the bool value to the variant.

public static implicit operator PlessVariant(bool b)

Parameters

b bool

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(char)

Implements implicit conversion operator from the char value to the variant.

public static implicit operator PlessVariant(char b)

Parameters

b char

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(float)

Implements implicit conversion operator from the float value to the variant.

public static implicit operator PlessVariant(float b)

Parameters

b float

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(double)

Implements implicit conversion operator from the double value to the variant.

public static implicit operator PlessVariant(double b)

Parameters

b double

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(decimal)

Implements implicit conversion operator from the decimal value to the variant.

public static implicit operator PlessVariant(decimal b)

Parameters

b decimal

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(DateTime)

Implements implicit conversion operator from the DateTime value to the variant.

public static implicit operator PlessVariant(DateTime b)

Parameters

b DateTime

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(string)

Implements implicit conversion operator from the string value to the variant.

public static implicit operator PlessVariant(string b)

Parameters

b string

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(byte)

Implements implicit conversion operator from the byte value to the variant.

public static implicit operator PlessVariant(byte b)

Parameters

b byte

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(short)

Implements implicit conversion operator from the short value to the variant.

public static implicit operator PlessVariant(short b)

Parameters

b short

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(sbyte)

Implements implicit conversion operator from the sbyte value to the variant.

public static implicit operator PlessVariant(sbyte b)

Parameters

b sbyte

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(ushort)

Implements implicit conversion operator from the ushort value to the variant.

public static implicit operator PlessVariant(ushort b)

Parameters

b ushort

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(long)

Implements implicit conversion operator from the long value to the variant.

public static implicit operator PlessVariant(long b)

Parameters

b long

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(ulong)

Implements implicit conversion operator from the ulong value to the variant.

public static implicit operator PlessVariant(ulong b)

Parameters

b ulong

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(uint)

Implements implicit conversion operator from the uint value to the variant.

public static implicit operator PlessVariant(uint b)

Parameters

b uint

Value to convert

Returns

PlessVariant

implicit operator PlessVariant(int)

Implements implicit conversion operator from the int value to the variant.

public static implicit operator PlessVariant(int b)

Parameters

b int

Value to convert

Returns

PlessVariant