What is more effecient to use when converting data types in C#.
Convert.ToXXXX(object) method or (XXXXX)object way?