Method StringUtil.FlagsToLetters
Overload
Converts flags to string where flags are mapped to characters.
public static string FlagsToLetters(int flags, params (int flag, char c)[] map)
Parameters
Returns
Remarks
Don't use ASCII digits for flags, because StringUtil.FlagsFromLetters interprets a number-string as the flags value. Any other characters are OK, not only letters.