Search Results for

    Show / Hide Table of Contents

    Class StringBuilderExtensions

    Inheritance
    object
    StringBuilderExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Utils
    Assembly: LemonEdge.Utils.dll
    Syntax
    public static class StringBuilderExtensions

    Methods

    AppendTab(StringBuilder)

    Declaration
    public static StringBuilder AppendTab(this StringBuilder sb)
    Parameters
    Type Name Description
    StringBuilder sb
    Returns
    Type Description
    StringBuilder

    AppendTabs(StringBuilder, short)

    Declaration
    public static StringBuilder AppendTabs(this StringBuilder sb, short tabs)
    Parameters
    Type Name Description
    StringBuilder sb
    short tabs
    Returns
    Type Description
    StringBuilder
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.