Class StringExtensions
Extension methods for string objects.
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public static class StringExtensions
Methods
| Name | Description |
|---|---|
| FirstToUpper(string) | Capitalizes the first letter of a string. |
| InsertSpacesBetweenWords(string) | Inserts spaces into a string between words separated by uppercase letters. Numbers are treated as uppercase. |