c# get bytes code example Example: c# get bytes from string byte[] bytes = Encoding.ASCII.GetBytes(someString);