Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToUInt32()
[4/19]
static uint System.Convert.ToUInt32
(
DateTime
value
)
inline
static
Definition at line
1618
of file
Convert.cs
.
1619
{
1620
return
((IConvertible)
value
).ToUInt32((IFormatProvider?)
null
);
1621
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0