Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Format()
[15/157]
static
string
System.SR.Format
(
IFormatProvider
?
provider
,
string
resourceFormat
,
object?
p1
,
object?
p2
)
inline
static
package
Definition at line
329
of file
SR.cs
.
330
{
331
if
(
UsingResourceKeys
())
332
{
333
return
string
.Join(
", "
, resourceFormat, p1, p2);
334
}
335
return
string
.Format(provider, resourceFormat, p1, p2);
336
}
System.SR.UsingResourceKeys
static bool UsingResourceKeys()
Definition
SR.cs:96
References
System.SR.UsingResourceKeys()
.
System
SR
Generated by
1.10.0