¡@

Home 

2014/10/15 ¤U¤È 10:03:59

iphone Programming Glossary: arrlicence

how to convert array of bytes to base64 String in iphone?

http://stackoverflow.com/questions/6466083/how-to-convert-array-of-bytes-to-base64-string-in-iphone

iphone I have a piece of code in vb. I need to convert array of bytes to base 64 string. Following is the vb code. If arrLicence.Count 0 Then LicenceBytes CType Array.CreateInstance GetType Byte 6 Byte LicenceBytes 0 Convert.ToByte arrLicence 0 .ToString.. If arrLicence.Count 0 Then LicenceBytes CType Array.CreateInstance GetType Byte 6 Byte LicenceBytes 0 Convert.ToByte arrLicence 0 .ToString 16 LicenceBytes 1 Convert.ToByte arrLicence 1 .ToString 16 LicenceBytes 2 Convert.ToByte arrLicence 2 .ToString.. GetType Byte 6 Byte LicenceBytes 0 Convert.ToByte arrLicence 0 .ToString 16 LicenceBytes 1 Convert.ToByte arrLicence 1 .ToString 16 LicenceBytes 2 Convert.ToByte arrLicence 2 .ToString 16 LicenceBytes 3 Convert.ToByte arrLicence 3 .ToString..