Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Format()
[9/157]
static
string
System.SR.Format
(
IFormatProvider
provider
,
string
resourceFormat
,
object
p1
,
object
p2
)
inline
static
package
Definition at line
191
of file
SR.cs
.
192
{
193
if
(
UsingResourceKeys
())
194
{
195
return
string
.Join(
", "
, resourceFormat, p1, p2);
196
}
197
return
string
.Format(provider, resourceFormat, p1, p2);
198
}
System.SR.UsingResourceKeys
static bool UsingResourceKeys()
Definition
SR.cs:96
References
System.SR.UsingResourceKeys()
.
System
SR
Generated by
1.10.0