String tools.
More...
|
| static string | RemoveUnderscores (string text) |
| | Replaces all underscores with spaces.
|
| static string | CombineToOneString (string[] texts) |
| | Combines array of strings into one string.
|
◆ CombineToOneString()
| string Edia.Utilities.StringTools.CombineToOneString |
( |
string[] | texts | ) |
|
|
inlinestatic |
Combines array of strings into one string.
- Parameters
-
- Returns
- One string with all array values seperated by space
◆ RemoveUnderscores()
| string Edia.Utilities.StringTools.RemoveUnderscores |
( |
string | text | ) |
|
|
inlinestatic |
Replaces all underscores with spaces.
- Parameters
-
- Returns
- String without underscores
The documentation for this class was generated from the following file:
- D:/Felix/Projects/EDIA/edia_core/Assets/com.edia.core/Runtime/Base/Scripts/Utilities/Utilities.cs