Method StringUtil.FindUnderlineChar
Overload
Finds character used to underline next character when the text is displayed in UI.
public static int FindUnderlineChar(string s, char underlineChar = '&')
Parameters
Returns
int
Character index, or -1 if not found. |