Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
3.ToString() で呼び出されるメソッドはどれですか?
C# のすべての整数リテラルは、( ) に対して大きすぎる場合を除き、デフォルトで( )intになります。Int32intlongInt64
int
Int32
long
Int64
したがって、この場合、Int32.ToString()が呼び出されます。
Int32.ToString()
System.Int32.ToString()リテラル整数は Int32 型であるため
System.Int32.ToString()