Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CurrentCulture()

static string System.FormattableString.CurrentCulture ( FormattableString formattable)
inlinestaticinherited

Definition at line 31 of file FormattableString.cs.

32 {
33 if (formattable == null)
34 {
35 throw new ArgumentNullException("formattable");
36 }
37 return formattable.ToString(CultureInfo.CurrentCulture);
38 }
static CultureInfo CurrentCulture

References System.Globalization.CultureInfo.CurrentCulture, and System.FormattableString.ToString().