Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToDecimal()
[14/18]
static decimal System.Convert.ToDecimal
(
string
?
value
)
inline
static
Definition at line
2178
of file
Convert.cs
.
2179
{
2180
if
(
value
==
null
)
2181
{
2182
return
0m;
2183
}
2184
return
decimal.Parse(
value
);
2185
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0