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

◆ Format() [2/2]

static string System.DateTimeFormat.Format ( DateTime dateTime,
string format,
IFormatProvider provider,
TimeSpan offset )
inlinestaticpackage

Definition at line 178 of file DateTimeFormat.cs.

179 {
180 if (dateTime != null)
181 {
182 if (!true)
183 {
184 }
186 }
187 int num;
188 if (dateTime != null)
189 {
190 num = 1;
191 while (dateTime != null)
192 {
193 }
194 }
195 if (num == 0)
196 {
197 }
198 StringBuilder stringBuilder;
199 return StringBuilderCache.GetStringAndRelease(stringBuilder);
200 }
static string GetStringAndRelease(StringBuilder sb)
static void ThrowArgumentOutOfRangeException()

References System.Text.StringBuilderCache.GetStringAndRelease(), and System.ThrowHelper.ThrowArgumentOutOfRangeException().