Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Format()
[143/157]
static
string
System.SR.Format
(
string
resourceFormat
,
object?
p1
,
object?
p2
,
object?
p3
)
inline
static
package
Definition at line
298
of file
SR.cs
.
299
{
300
if
(
UsingResourceKeys
())
301
{
302
return
string
.Join(
", "
, resourceFormat, p1, p2, p3);
303
}
304
return
string
.Format(resourceFormat, p1, p2, p3);
305
}
System.SR.UsingResourceKeys
static bool UsingResourceKeys()
Definition
SR.cs:96
References
System.SR.UsingResourceKeys()
.
System
SR
Generated by
1.10.0