Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToDecimal()
[15/18]
static decimal System.Convert.ToDecimal
(
string
?
value
,
IFormatProvider
?
provider
)
inline
static
Definition at line
2187
of file
Convert.cs
.
2188
{
2189
if
(
value
==
null
)
2190
{
2191
return
0m;
2192
}
2193
return
decimal.Parse(
value
, provider);
2194
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0