C# Type Casting ... int myInt = 9; double myDouble = myInt; // Automatic casting: int to double ... ToString(myInt)); // convert int to string Console.
確定! 回上一頁