💻 소프트웨어 Tutorial 모음/C# 비주얼스튜디오
자주쓰이는 기본코드, C# 기초
백토람/7비오나
2021. 7. 19. 09:18
728x90
using static system. Consol; // Console 명령어를 생략가능
using system. IO; //외부스트링파일 불러오기
Console.Title = " ";
Console.Write(" "); 혹은 CW + tab + tab
Console.WriteLine(" ");
Console.ReadLine( );
Console.ReadKey( );
For + tab + tab //Loop
.ToUpper( );
.ToLower( );
예) (myVale.ToUpper( ));
.ToString();
예) int.ToString();
number.ToString();
Class class = new Class ( );
Public void name ( ) { }
반응형