FirstModulAR 0.1.0
Loading...
Searching...
No Matches
StringFunnel Class Reference

Manages string mappings and provides functionality to convert invalid strings to valid ones. More...

Inheritance diagram for StringFunnel:

Public Member Functions

bool TryGetValidString (string input, out string output)
 Tries to get the valid string corresponding to the provided input.
 

Detailed Description

Manages string mappings and provides functionality to convert invalid strings to valid ones.

Member Function Documentation

◆ TryGetValidString()

bool StringFunnel.TryGetValidString ( string input,
out string output )
inline

Tries to get the valid string corresponding to the provided input.

Parameters
inputThe input string to check.
outputThe 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: