Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToInt64() [1/2]

long IConvertible. System.Char.ToInt64 ( IFormatProvider provider)
inline

Definition at line 362 of file Char.cs.

363 {
364 return Convert.ToInt64(this);
365 }

References System.Convert.ToInt64().