Interface IShowable
(Describe usage of "L:300" format string.)
Inherited Members
System.IFormattable.ToString(System.String, System.IFormatProvider)
Namespace: Lucene.Net.Support.C5
Assembly: Lucene.Net.dll
Syntax
public interface IShowable : IFormattable
Methods
| Improve this Doc View SourceShow(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(StringBuilder stringbuilder, ref int rest, IFormatProvider formatProvider)
Parameters
Type | Name | Description |
---|---|---|
System.Text.StringBuilder | stringbuilder | |
System.Int32 | rest | |
System.IFormatProvider | formatProvider |
Returns
Type | Description |
---|---|
System.Boolean | True if the appended formatted string was complete (not truncated). |