Table of Contents

Method ToString

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

ToString(in PlessVariant, IFormatProvider)

Converts the variant to its equivalent string representation using the specified culture-specific format information.

string ToString(in PlessVariant value, IFormatProvider provider)

Parameters

value PlessVariant

Variant to convert.

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

string

The string representation of the value as specified by provider.

ToString(in PlessVariant, string, IFormatProvider)

Converts the variant to its equivalent string representation using the specified format and culture-specific format information.

string ToString(in PlessVariant value, string format, IFormatProvider provider)

Parameters

value PlessVariant

Variant to convert.

format string

A standard or custom format string.

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

string

The string representation of the value as specified by format and provider.

ToString(in PlessVariant, string)

Converts the variant to its equivalent string representation, using the specified format.

string ToString(in PlessVariant value, string format)

Parameters

value PlessVariant

Variant to convert.

format string

A standard or custom format string.

Returns

string

The string representation of the value as specified by format.

ToString(in PlessVariant)

Converts the variant to its equivalent string representation.

string ToString(in PlessVariant value)

Parameters

value PlessVariant

Variant to convert.

Returns

string

The string representation of the value.