Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Replace() [1/4]

StringBuilder System.Text.StringBuilder.Replace ( char oldChar,
char newChar )
inline

Definition at line 1916 of file StringBuilder.cs.

1917 {
1918 return Replace(oldChar, newChar, 0, Length);
1919 }
StringBuilder Replace(string oldValue, string? newValue)

References System.Text.StringBuilder.Length, and System.Text.StringBuilder.Replace().