terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToSByte() [6/15]

static sbyte System.Convert.ToSByte ( float value)
inlinestatic

Definition at line 699 of file Convert.cs.

700 {
701 if (!true)
702 {
703 }
704 return Convert.ToSByte((double)value);
705 }
static sbyte ToSByte(object value, IFormatProvider provider)
Definition Convert.cs:484

References System.Convert.ToSByte(), and System.value.