Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToDecimal()
[11/18]
static decimal System.Convert.ToDecimal
(
object?
value
,
IFormatProvider
?
provider
)
inline
static
Definition at line
2110
of file
Convert.cs
.
2111
{
2112
if
(
value
!=
null
)
2113
{
2114
return
((IConvertible)
value
).ToDecimal(provider);
2115
}
2116
return
0m;
2117
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0