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

◆ UnescapeString() [1/2]

static unsafe char[] System.UriHelper.UnescapeString ( char * pStr,
int start,
int end,
char[] dest,
int destPosition,
char rsvd1,
char rsvd2,
char rsvd3,
global::System::UnescapeMode unescapeMode,
global::System::UriParser syntax,
bool isQuery )
inlinestaticpackage

Definition at line 84 of file UriHelper.cs.

85 {
86 if (!true)
87 {
88 }
89 int num = 10;
90 if (end != 0)
91 {
92 }
93 if (num != 0)
94 {
95 return global::System.UriHelper.EscapedAscii('\0', (char)end);
96 }
97 string @string = SR.GetString("Invalid URI: There is an invalid sequence in the string.");
98 string string2 = SR.GetString("Invalid URI: There is an invalid sequence in the string.");
99 throw new InvalidCastException();
100 }
class f__AnonymousType0<< Count > j__TPar
static string GetString(string name, params object[] args)
Definition SR.cs:9
Definition SR.cs:7

References SR.GetString(), and j__TPar.