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
System.Globalization.TimeSpanFormat Class Reference

Classes

struct  FormatLiterals
 

Package Types

enum  Pattern { None , Minimum , Full }
 

Static Package Functions

static string Format (TimeSpan value, string format, IFormatProvider formatProvider)
 
static bool TryFormat (TimeSpan value, Span< char > destination, [Out] int charsWritten, ReadOnlySpan< char > format, IFormatProvider formatProvider)
 

Static Package Attributes

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

Static Private Member Functions

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

Detailed Description

Definition at line 8 of file TimeSpanFormat.cs.


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