Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something similar to text /endtext in C#
Message
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 5.0
OS:
Windows 10
Database:
MS SQL Server
Miscellaneous
Thread ID:
01634710
Message ID:
01634745
Views:
54
>>>The string will come from C++ application. Right now I want to simulate a test of such string.
>>
>>IIRC, a C++ string is a byte array. You could try:
string s = Convert.ToBase64String(cplusstring);
>
And if it works, how can I get back byte array from that?

Although it does not work, as I have it as a string and the ToBase64String accepts a byte array instead.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform