Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Format()
[13/157]
static
string
System.SR.Format
(
IFormatProvider
?
provider
,
string
resourceFormat
,
object?
p1
)
inline
static
package
Definition at line
320
of file
SR.cs
.
321
{
322
if
(
UsingResourceKeys
())
323
{
324
return
string
.Join(
", "
, resourceFormat, p1);
325
}
326
return
string
.Format(provider, resourceFormat, p1);
327
}
System.SR.UsingResourceKeys
static bool UsingResourceKeys()
Definition
SR.cs:96
References
System.SR.UsingResourceKeys()
.
System
SR
Generated by
1.10.0