Show / Hide Table of Contents

    Interface IShowable

    (Describe usage of "L:300" format string.)

    Namespace: Lucene.Net.Support.C5
    Assembly: Lucene.Net.dll
    Syntax
    public interface IShowable : IFormattable

    Methods

    | Improve this Doc View Source

    Show(System.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(System.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).

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)