728x90
string text = File.ReadAllText($"{pathPrefix}/{textName}.txt");
StringReader reader = new StringReader(text);
reader.ReadLine();
728x90
'VisualStudio > C#' 카테고리의 다른 글
[C#][개념] 제네릭 클래스 (0) | 2022.12.02 |
---|---|
[C#] Math.Max를 이용해 최소값 설정 (0) | 2022.12.02 |
[C#] Web 종류 net6.0기준 (0) | 2022.11.07 |
[C#서버][방법] 배치(bat)파일 사용 방법 Main(string[] args) args 인자 값 만들기 (0) | 2022.11.01 |
[C#서버][개념] 임계영역(크리티컬섹션)상호배제 - Moniter, lock (0) | 2022.10.26 |