Overload_CodeJam_Strings_StringExtensions_ToBytes - rsdn/CodeJam GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
ToBytes(String) | Encodes all the characters in the specified string into a sequence of bytes using UTF-8 encoding. |
![]()
|
ToBytes(String, Encoding) | Encodes all the characters in the specified string into a sequence of bytes. |
