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() [2/2]

string System.Xml.Schema.XsdDuration.ToString ( XsdDuration::DurationType durationType)
inlinepackage

Definition at line 199 of file XsdDuration.cs.

200 {
201 uint num = this.nanoseconds;
202 if (num == 0U)
203 {
204 }
205 int num2 = this.months;
206 if (num2 != 0)
207 {
208 if (num == 0U)
209 {
210 }
211 string text = XmlConvert.ToString(num2);
212 }
213 int num3 = this.days;
214 if (num3 != 0)
215 {
216 if ("0M" == null)
217 {
218 }
219 string text2 = XmlConvert.ToString(num3);
220 }
221 uint num4;
222 if (this.hours == 0 && this.minutes == 0 && this.seconds == 0)
223 {
224 num4 = this.nanoseconds;
225 }
226 int num5 = this.hours;
227 if (num5 != 0)
228 {
229 if (num4 == 0U)
230 {
231 }
232 string text3 = XmlConvert.ToString(num5);
233 }
234 int num6 = this.minutes;
235 if (num6 != 0)
236 {
237 if (num4 == 0U)
238 {
239 }
240 string text4 = XmlConvert.ToString(num6);
241 }
242 int num7 = this.seconds;
243 if (num4 != 0U)
244 {
245 if (num4 == 0U)
246 {
247 }
248 string text5 = XmlConvert.ToString(num7);
249 if (num2 != 0)
250 {
251 }
252 return;
253 }
254 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.Schema.XsdDuration.days, System.Xml.Schema.XsdDuration.hours, j__TPar, System.Xml.Schema.XsdDuration.minutes, System.Xml.Schema.XsdDuration.months, System.Xml.Schema.XsdDuration.nanoseconds, System.Xml.Schema.XsdDuration.seconds, System.text, System.Xml.XmlConvert.ToString(), and System.U.