Method Show
Show(Text.StringBuilder, ref Int32, IFormatProvider)
Format
this
using at most approximately rest
chars and
append the result, possibly truncated, to stringbuilder.
Subtract the actual number of used chars from rest
.
Declaration
bool Show(Text.StringBuilder stringbuilder, ref int rest, IFormatProvider formatProvider)
Parameters
Type | Name | Description |
---|---|---|
System.Text.StringBuilder | stringbuilder | |
System.Int32 | rest | |
IFormatProvider | formatProvider |
Returns
Type | Description |
---|---|
System.Boolean | True if the appended formatted string was complete (not truncated). |