SAP Community
About override21
override21
Member
Member since
2023 Mar 22
User Statistics
1
Posts
0
Solutions
0
Kudos given
0
Kudos received
Options
Report User
User Activity
Posts
Replies
How to convert string to array of bytes
2023 Mar 22
Hello I'm looking for method to convert string to array of bytes. I need something what returns result as: C#: byte[] arr; string str; str = "that is a string"; arr = System.Text.ASCIIEncoding.UTF8.GetBytes(str); or Java: String st...
No replies to display.