Results 1 to 2 of 2

Thread: Byte array to string and back

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Byte array to string and back

    Forgot how to convert a byte array to a string (and vice versa).
    I don't live here any more.

  2. #2
    Hyperactive Member
    Join Date
    Dec 2002
    Posts
    382
    something like

    dim s as String = Encoding.Ascii.GetString(UrByteArray)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width