terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Globalization.TimeSpanFormat Class Reference
+ Collaboration diagram for System.Globalization.TimeSpanFormat:

Classes

struct  FormatLiterals
 

Package Types

enum  Pattern { None , Minimum , Full }
 

Static Package Functions

static string Format (global::System.TimeSpan value, string format, global::System.IFormatProvider formatProvider)
 
static bool TryFormat (global::System.TimeSpan value, global::System.Span< char > destination, out int charsWritten, global::System.ReadOnlySpan< char > format, global::System.IFormatProvider formatProvider)
 

Static Package Attributes

static readonly TimeSpanFormat.FormatLiterals PositiveInvariantFormatLiterals
 
static readonly TimeSpanFormat.FormatLiterals NegativeInvariantFormatLiterals
 

Static Private Member Functions

static void AppendNonNegativeInt32 (global::System.Text.StringBuilder sb, int n, int digits)
 
static global::System.Text.StringBuilder FormatToBuilder (global::System.TimeSpan value, global::System.ReadOnlySpan< char > format, global::System.IFormatProvider formatProvider)
 
static global::System.Text.StringBuilder FormatStandard (global::System.TimeSpan value, bool isInvariant, global::System.ReadOnlySpan< char > format, TimeSpanFormat.Pattern pattern)
 
static global::System.Text.StringBuilder FormatCustomized (global::System.TimeSpan value, global::System.ReadOnlySpan< char > format, DateTimeFormatInfo dtfi, global::System.Text.StringBuilder result)
 
static TimeSpanFormat ()
 

Detailed Description

Definition at line 9 of file TimeSpanFormat.cs.


The documentation for this class was generated from the following file: