https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding.getbytes?view=net-6.0
GetBytes(String) - When overridden in a derived class, encodes all the Characters in the specified String into a sequence of Bytes.
'Development > C#' 카테고리의 다른 글
ToString("D4") - C# (0) | 2022.03.18 |
---|---|
C#/.NET String과 string의 차이, Int32와 int의 차이 (0) | 2022.03.17 |
NetworkStream Class (0) | 2022.03.17 |
C# 기본자료형, 변수 (0) | 2022.03.16 |