Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToDateTime()
[11/18]
static
DateTime
System.Convert.ToDateTime
(
object?
value
,
IFormatProvider
?
provider
)
inline
static
Definition at line
2225
of file
Convert.cs
.
2226
{
2227
if
(
value
!=
null
)
2228
{
2229
return
((IConvertible)
value
).ToDateTime(provider);
2230
}
2231
return
DateTime
.MinValue;
2232
}
System.TypeCode.DateTime
@ DateTime
System.ExceptionArgument.value
@ value
References
System.DateTime.MinValue
, and
System.value
.
System
Convert
Generated by
1.10.0