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
HttpProtocolUtils.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001BB RID: 443
6 internal class HttpProtocolUtils
7 {
8 // Token: 0x06000AB3 RID: 2739 RVA: 0x00023968 File Offset: 0x00021B68
10 {
11 }
12
13 // Token: 0x06000AB4 RID: 2740 RVA: 0x0002397C File Offset: 0x00021B7C
14 internal static DateTime string2date(string S)
15 {
16 DateTime dateTime;
17 return dateTime;
18 }
19
20 // Token: 0x06000AB5 RID: 2741 RVA: 0x00023998 File Offset: 0x00021B98
21 internal static string date2string(DateTime D)
22 {
23 string text;
24 return text;
25 }
26 }
27}
static string date2string(DateTime D)
static DateTime string2date(string S)