terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToString() [6/7]

string System.ComponentModel.MaskedTextProvider.ToString ( bool includePrompt,
bool includeLiterals,
int startPosition,
int length )
inline

Definition at line 1296 of file MaskedTextProvider.cs.

1297 {
1298 return this.ToString(true, includeLiterals, startPosition != 0, startPosition, length);
1299 }

References System.length, and System.ComponentModel.MaskedTextProvider.ToString().