AppendInterpolatedStringProviderHandler(Int32, Int32, IStringBuilderProvider, IFormatProvider) - конструктор
Creates a handler used to translate an interpolated string into a String.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public AppendInterpolatedStringProviderHandler(
int literalLength,
int formattedCount,
IStringBuilderProvider stringBuilder,
IFormatProvider? provider
)
Public Sub New (
literalLength As Integer,
formattedCount As Integer,
stringBuilder As IStringBuilderProvider,
provider As IFormatProvider
)
public:
AppendInterpolatedStringProviderHandler(
int literalLength,
int formattedCount,
IStringBuilderProvider^ stringBuilder,
IFormatProvider^ provider
)
new :
literalLength : int *
formattedCount : int *
stringBuilder : IStringBuilderProvider *
provider : IFormatProvider -> AppendInterpolatedStringProviderHandler
Параметры
- 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.