AppendInterpolatedStringProviderHandler(Int32, Int32, IStringBuilderProvider, IFormatProvider) - конструктор

Creates a handler used to translate an interpolated string into a String.

Definition

Пространство имён: Tessa.Platform
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public AppendInterpolatedStringProviderHandler(
	int literalLength,
	int formattedCount,
	IStringBuilderProvider stringBuilder,
	IFormatProvider? provider
)

Параметры

literalLength  Int32
The number of constant characters outside of interpolation expressions in the interpolated string.
formattedCount  Int32
The number of interpolation expressions in the interpolated string.
stringBuilder  IStringBuilderProvider
The associated StringBuilder to which to append.
provider  IFormatProvider
An object that supplies culture-specific formatting information.

См. также