Re: Convert byte array to string

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Shiva (shiva_sm_at_online.excite.com)
Date: 08/26/04


Date: Thu, 26 Aug 2004 22:41:49 +0530

ASCIIEncoding.GetString(Byte())

"Dan" <dan@dontspamme.com> wrote in message
news:eTubC54iEHA.340@TK2MSFTNGP10.phx.gbl...
I need to convert a byte array to a string in order to upload a binary file
with an httpWebRequest. What's the most efficient way to do such a
conversion?



Relevant Pages

  • HttpWebrequest Upload Of (image) Binary file.
    ... When i upload a binary file ... private static string GetMultipartBoundary() ... byteArray = br.ReadBytesnumBytes); ...
    (microsoft.public.dotnet.framework.aspnet)
  • Convert byte array to string
    ... I need to convert a byte array to a string in order to upload a binary file ... with an httpWebRequest. ...
    (microsoft.public.dotnet.languages.csharp)
  • .NET to Delphi 7
    ... I'm trying to upload a binary file via HTTP to a ASP.NET application on the ... stream for the upload with Indy HTTP. ... Public Sub UploadFileInBinary(ByVal localFile As String, ...
    (alt.comp.lang.borland-delphi)
  • Re: Convert byte array to string
    ... > I need to convert a byte array to a string in order to upload a ... > binary file with an httpWebRequest. ... If it's a byte array, the data is binary already -- ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Convert byte array to string
    ... > I need to convert a byte array to a string in order to upload a binary file ... > with an httpWebRequest. ... array into text, ...
    (microsoft.public.dotnet.languages.csharp)