Morning guys So I have this sanario a user enters text into a textbox the text is something in the following format
0123456789ABCDEF
I want to be able to split the Text given by the user as
01-23-45-67-89-AB-CD-EF
is this possible ?
And then if possible how can I convert this string to byte ?
All done in c#
Thanks in advance