Search Results for

    Show / Hide Table of Contents

    Method Prepend

    Prepend(StringBuilder, String)

    Prepends a string to the StringBuilder.

    Declaration
    public static StringBuilder Prepend(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