WebServerLimitsToString(String, IFormatProvider) - метод

Formats the value of the current instance using the specified format.

Definition

Пространство имён: Tessa.Web
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public string ToString(
	string? format,
	IFormatProvider? formatProvider
)

Параметры

format  String
The format to use. -or- A null reference ( in Visual Basic) to use the default format defined for the type of the IFormattable implementation.
formatProvider  IFormatProvider
The provider to use to format the value. -or- A null reference ( in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.

Возвращаемое значение

String
The value of the current instance in the specified format.

Реализации

IFormattableToString(String, IFormatProvider)

См. также