G
Guest
HI all,
I am a newbie to C#....
I have a byte[] of variable length. Starting from byte[15] the array, i
have the following content in the array:
[username\0password\0info\01234]
How can I extract those string from the byte[]?
Hope someone can give me some advice.
Thanks.
Martin
I am a newbie to C#....
I have a byte[] of variable length. Starting from byte[15] the array, i
have the following content in the array:
[username\0password\0info\01234]
How can I extract those string from the byte[]?
Hope someone can give me some advice.
Thanks.
Martin