|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| StringInfo () | |
| StringInfo (string value) | |
| override bool | Equals ([NotNullWhen(true)] object? value) |
| override int | GetHashCode () |
| string | SubstringByTextElements (int startingTextElement) |
| string | SubstringByTextElements (int startingTextElement, int lengthInTextElements) |
Static Public Member Functions | |
| static string | GetNextTextElement (string str) |
| static string | GetNextTextElement (string str, int index) |
| static int | GetNextTextElementLength (string str) |
| static int | GetNextTextElementLength (string str, int index) |
| static int | GetNextTextElementLength (ReadOnlySpan< char > str) |
| static TextElementEnumerator | GetTextElementEnumerator (string str) |
| static TextElementEnumerator | GetTextElementEnumerator (string str, int index) |
| static int[] | ParseCombiningCharacters (string str) |
Properties | |
| int?[] | Indexes [get] |
| string | String [get, set] |
| int | LengthInTextElements [get] |
Private Attributes | |
| string | _str |
| int[] | _indexes |
Definition at line 7 of file StringInfo.cs.