Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Format()
[5/157]
static
string
System.SR.Format
(
IFormatProvider
provider
,
string
resourceFormat
,
object
p1
)
inline
static
package
Definition at line
2212
of file
SR.cs
.
2213
{
2214
if
(
UsingResourceKeys
())
2215
{
2216
return
string
.Join(
", "
, resourceFormat, p1);
2217
}
2218
return
string
.Format(provider, resourceFormat, p1);
2219
}
System.SR.UsingResourceKeys
static bool UsingResourceKeys()
Definition
SR.cs:96
References
System.SR.UsingResourceKeys()
.
System
SR
Generated by
1.10.0