You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encoding.UTF8.GetDecoder().Convert(data, 0, data.Length, _chars, 0, data.Length, false, out int _bytesUsed, out int _charsUsed, out bool _completed);
string tmp = new String(_chars, 0, _charsUsed).Trim('\r', '\n');
nanoFramework area (class library)
This is very handy in HTTP use case scenarios.
The text was updated successfully, but these errors were encountered: