Search Results for

    Show / Hide Table of Contents

    Method AppendTabbed

    AppendTabbed(StringBuilder, Int32, String)

    Appends a string to the StringBuilder with a specific tab level attached.

    Declaration
    public static StringBuilder AppendTabbed(this StringBuilder builder, int tabLevel, string value)
    Parameters
    Type Name Description
    StringBuilder builder

    Builder to use

    Int32 tabLevel

    number of tabs

    String value

    string to append

    Returns
    Type Description
    StringBuilder

    The StringBuilder used

    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX