C# Winform | string NewLine 줄바꿈
TEST CODE
Environment.NewLine
string str = "Line1" + Environment.NewLine + "Line2";
Console.WriteLine(str);
|
cs |
output
docs.microsoft.com/ko-kr/dotnet/api/system.environment?view=netcore-3.1
'C# Winform' 카테고리의 다른 글
C# Winform | TabControl / Modern Design UI - #2 (0) | 2020.11.04 |
---|---|
C# Winform | TabControl / Modern Design UI - #1 (2) | 2020.11.02 |
C# Winform | WebView / Tradingview - Chart (widget) (0) | 2020.10.16 |
C# Winform | Pie Chart | Angle, Label (0) | 2020.09.02 |
C# Winform | Parse, Convert - System.FormatException (0) | 2020.08.31 |