Table of Contents

Interface IObjectToString

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

Contains different ToString methods.

public interface IObjectToString

Methods

ToString(object)

Converts the value to its equivalent string representation.

ToString(object, IFormatProvider?)

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

ToString(object, string?)

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

ToString(object, string?, IFormatProvider?)

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