Skip to content

FormatInterpolatedStringHandler Constructors

Initializes a new instance of the FormatInterpolatedStringHandler struct.

public FormatInterpolatedStringHandler(int literalLength, int _);

Parameters

Name Type Description
literalLength Int32 The number of literal characters in the interpolated string.
_ Int32 The number of interpolation holes (unused).