EDIA Core 0.6.0
A Unity XR toolbox for research
Loading...
Searching...
No Matches
Edia.Utilities.StringTools Class Reference

String tools. More...

Static Public Member Functions

static string RemoveUnderscores (string text)
 Replaces all underscores with spaces.
static string CombineToOneString (string[] texts)
 Combines array of strings into one string.

Detailed Description

String tools.

Member Function Documentation

◆ CombineToOneString()

string Edia.Utilities.StringTools.CombineToOneString ( string[] texts)
inlinestatic

Combines array of strings into one string.

Parameters
textstring[]
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
textstring
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