Class StringExtensions | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class StringExtensions

    Inheritance
    Object
    StringExtensions
    Namespace: Unity.Labs.Utils
    Syntax
    public static class StringExtensions

    Methods

    FirstToUpper(String)

    Capitalizes the first letter of a string

    Declaration
    public static string FirstToUpper(this string str)
    Parameters
    Type Name Description
    String str

    String to be capitalized

    Returns
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX