I have the following code:
string s = \"2563MNBJP89256666666685755854\"; Byte[] bytes = encoding.GetBytes(s); string hex = \"\";
Isn't bytes already the list of bytes you want?
bytes