Search Results for

    Show / Hide Table of Contents

    Method PrependLine

    PrependLine(StringBuilder, String)

    Prepends a line to the StringBuilder.

    Declaration
    public static StringBuilder PrependLine(this StringBuilder builder, string value)
    Parameters
    Type Name Description
    StringBuilder builder

    Builder to use

    String value

    string to prepend

    Returns
    Type Description
    StringBuilder

    The StringBuilder used

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