docs.unity3d.com
    Show / Hide Table of Contents

    Class StringExtensions

    Extension methods for strings

    Inheritance
    Object
    StringExtensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.XR.CoreUtils
    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

    The new string

    InsertSpacesBetweenWords(String)

    Inserts spaces into a string between words separated by uppercase letters. Numbers are treated as uppercase. E.g. "HelloWorld" -> "Hello World" or "HelloWORLDAgain" -> "Hello WORLD Again"

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

    Input string

    Returns
    Type Description
    String

    Input string with spaces added

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023