Table of Contents

Method ToString

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

ToString()

Converts the value to its equivalent string representation.

public override readonly string ToString()

Returns

string

The string representation of the value.

ToString(string)

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

public readonly string ToString(string format)

Parameters

format string

A standard or custom format string.

Returns

string

The string representation of the value as specified by format.

ToString(IFormatProvider)

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

public readonly string ToString(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

string

The string representation of the value as specified by provider.

ToString(string, IFormatProvider)

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

public readonly string ToString(string format, IFormatProvider provider)

Parameters

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.