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

◆ ThrowCharOverflowException()

static void System.Convert.ThrowCharOverflowException ( )
inlinestaticprivate

Definition at line 455 of file Convert.cs.

456 {
457 throw new OverflowException(SR.Overflow_Char);
458 }

References System.SR.Overflow_Char.

Referenced by System.Convert.ToChar(), System.Convert.ToChar(), System.Convert.ToChar(), and System.Convert.ToChar().