<div style="padding-right: 5.4pt; padding-left: 5.4pt; background: #e6e6e6; padding-bottom: 4px; width: 98%; padding-top: 4px;">// Code #13 // See Code #01 for Alignment. public static void Main() { IConvertible ic = (IConvertible)Alignment.Center; int i = ic.ToInt32(null); Console.WriteLine("The value of Alignment.Center is {0}.", i); } // Output: // The value of Alignment.Center is 1.