본문 바로가기

Development/C#

GetBytes(String) - C#

https://archive.md/T2AlW

https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding.getbytes?view=net-6.0 

 

Encoding.GetBytes Method (System.Text)

When overridden in a derived class, encodes a set of characters into a sequence of bytes.

docs.microsoft.com

 

 

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