Search Results for

    Show / Hide Table of Contents

    Class FastStringWithPool

    Inheritance
    System.Object
    FastString
    FastStringWithPool
    Inherited Members
    FastString.Length
    FastString.Item[Int32]
    FastString.StringBuilder
    FastString.IsEmpty()
    FastString.Clear()
    FastString.Append(String)
    FastString.AppendLine(String)
    FastString.AppendFormat(String, Object[])
    FastString.AppendLine()
    FastString.Append(Char)
    FastString.Append(FastString)
    FastString.Append(Object)
    FastString.CopyTo(Int32, Char[], Int32, Int32)
    FastString.Remove(Int32, Int32)
    FastString.Insert(Int32, String)
    FastString.Replace(String, String)
    FastString.IndexOf(String, Int32)
    FastString.SubstringCompare(Int32, String)
    FastString.Substring(Int32, Int32)
    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public class FastStringWithPool : FastString

    Constructors

    FastStringWithPool(Dictionary<String, String>)

    Declaration
    public FastStringWithPool(Dictionary<string, string> pool)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> pool

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    FastString.ToString()
    Back to top © 1998-2025 Copyright Fast Reports Inc.