Manages string mappings and provides functionality to convert invalid strings to valid ones.
More...
|
| bool | TryGetValidString (string input, out string output) |
| | Tries to get the valid string corresponding to the provided input.
|
| |
Manages string mappings and provides functionality to convert invalid strings to valid ones.
◆ TryGetValidString()
| bool StringFunnel.TryGetValidString |
( |
string | input, |
|
|
out string | output ) |
|
inline |
Tries to get the valid string corresponding to the provided input.
- Parameters
-
| input | The input string to check. |
| output | The valid string if found, otherwise null. |
- Returns
- True if a valid string is found, otherwise false.
The documentation for this class was generated from the following file:
- /github/workspace/Packages/FMAR/UI/WidgetCarDriverSearch/Runtime/Scripts/StringFunnel.cs