Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML hexBinary to byte[]
Message
General information
Forum:
ASP.NET
Category:
XML
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Miscellaneous
Thread ID:
01165151
Message ID:
01165513
Views:
10
What happens if instead of doing this:


SoapHexBinary hb = new SoapHexBinary(myDataSet.Assignment[0].PayLoad);


You do this:


SoapHexBinary hb = SoapHexBinary.Parse(myDataSet.Assignment[0].PayLoad) ;


>L<
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform