본문 바로가기

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#' 카테고리의 다른 글