code:var xxx = 1; var yyy = new String(xxx); Debug.Trace( typeof(yyy));
code:var xxx = "1"; var yyy = parseInt(xxx); Debug.Trace(typeof(yyy));