No announcements
Found 2884600 threads
-
0 Votes
byte array to char array
x+120 to a Byte array. Then i am copying that Byte array to a Char array, at this step i am losing some of that data. I ...Answered | 9 Replies | 9978 Views | Created by Aaron Sulwer - Wednesday, February 1, 2006 7:54 PM | Last reply by Aaron Sulwer - Monday, February 6, 2006 5:00 PM -
0 Votes
Get table data in byte array
(int i = 0; i <= dt.Rows.Count; i++) { string val = dt.Rows[i]["Frame To Send"].ToString();want this data in ...Answered | 1 Replies | 1767 Views | Created by jaideepsinh - Friday, December 23, 2011 7:24 AM | Last reply by Ragu.R - Friday, December 23, 2011 7:38 AM -
0 Votes
byte array
Hi Len, I suggest you to use BinaryReader and BinaryWriter to transfer files. I have written a sample code for ...Answered | 2 Replies | 1500 Views | Created by len720 - Thursday, January 19, 2012 7:14 AM | Last reply by Colin Blair - Thursday, January 26, 2012 7:57 AM -
6 Votes
IRandomAccessStream to Byte Array
How i can convert IRandomAccessStream to byte array in WinRTAnswered | 1 Replies | 18798 Views | Created by StezPet - Tuesday, July 24, 2012 10:03 AM | Last reply by Can Bilgin - Tuesday, July 24, 2012 10:57 AM -
0 Votes
Byte Array to Bitmap
to byte array Dim stream As MemoryStream = New MemoryStream Dim ...Answered | 2 Replies | 5760 Views | Created by Wibs2 - Friday, June 1, 2007 10:03 PM | Last reply by Wibs2 - Saturday, June 2, 2007 12:50 AM -
3 Votes
Byte array to string
of byte arrays? >An array of strings? It's clear to me now. The array can be small or ...Answered | 9 Replies | 767 Views | Created by Markus Freitag - Monday, April 20, 2020 4:05 PM | Last reply by WayneAKing - Thursday, April 23, 2020 6:11 PM -
1 Votes
Byte Array
doesnt work. my byte array is supposed to be a buffer that im supposed to send over a Stream in a Socket connectioni dont know what buffer.Initialize does but it ...Answered | 5 Replies | 9241 Views | Created by Mangix - Sunday, September 25, 2005 11:58 PM | Last reply by Tsangaris - Tuesday, January 3, 2012 11:17 PM -
0 Votes
byte array to xml
Plz can somebody tell me how to get info from byte array. i have converted xml file data to byte array n now i want ...Answered | 1 Replies | 8090 Views | Created by Sumit Chaturvedi - Friday, June 18, 2010 7:25 AM | Last reply by Dinesh Kattameda - Friday, June 18, 2010 11:42 AM -
0 Votes
Convert Java Byte Array to .NEt Byte Array
The CLR has the SByte type for signed bytes. You can use the System.Buffer class to do a fast copy of data from a Byte array to an SByte ...Answered | 2 Replies | 8010 Views | Created by hegdeananth - Wednesday, March 24, 2010 9:06 PM | Last reply by Mattias Sjögren - Thursday, March 25, 2010 8:35 AM -
0 Votes
Convert String Array to byte array
:\folder\test.txt"); and in case you need to convert string to byte arrayAnswered | 3 Replies | 7886 Views | Created by Dynamic Kriz - Thursday, December 13, 2012 5:15 AM | Last reply by sendilg - Thursday, December 13, 2012 5:33 AM -
0 Votes
Byte Array to WMV
Hi, I have a video(wmv) that in a byte array format, i want to save it as a .wmv file so i can play in using the filepath itself. Does ...Answered | 3 Replies | 41705 Views | Created by Rain3204 - Friday, January 11, 2008 6:49 AM | Last reply by NUML - Sunday, April 17, 2011 5:48 PM -
0 Votes
Appending to the byte array
Hi, I am using .Net 2.0 and using List(Of Byte). Now, after filling all my bytes in the list, I want to copy to byte array so that I can ...Answered | 3 Replies | 5276 Views | Created by Noorul Ahmed - Tuesday, December 19, 2006 11:39 AM | Last reply by Mattias Sjögren - Thursday, December 21, 2006 10:19 AM -
1 Votes
Biztalk Converting Xml tags to < and >
< > was converted to < or > i used the propertyAnswered | 12 Replies | 11676 Views | Created by Sajid Hussain - Thursday, May 24, 2012 8:57 AM | Last reply by Saroj kumar Das - Thursday, June 20, 2013 7:22 AM -
0 Votes
copy data from 1 dimensional byte array to 2 dimensional byte array
if i have 2 byte arrays such as byte[] s_temp_array = new byte[100]; byte[,] s_final_array = new ...Answered | 1 Replies | 4257 Views | Created by nattylife - Tuesday, February 13, 2007 6:23 PM | Last reply by Marcelo Guerra - MSFT - Wednesday, February 14, 2007 5:09 AM -
0 Votes
Insert item to Byte array
new Byte[5] would allocate enough memory for 5 bytes, and return a reference to the allocated memory space, which you can assign to your array ...Answered | 1 Replies | 23775 Views | Created by Blizna - Saturday, May 10, 2008 1:24 PM | Last reply by herenvardo - Saturday, May 10, 2008 4:58 PM -
0 Votes
Image To Byte Array. What Kind of Byte Array?
Hi, I think your computer is storing more bytes than necessary, unless some are used to ...Answered | 1 Replies | 3082 Views | Created by JohnWein - Sunday, July 15, 2007 9:01 PM | Last reply by John Anthony Oliver - Monday, July 16, 2007 12:24 PM -
0 Votes
Designer tags __designer:Preview="<span> How to disable?
Do these tags __designer:Preview="<span>... have a purpose? I would really like to know how to disable these tags and if ...Answered | 4 Replies | 2045 Views | Created by Gustav Corne - Wednesday, December 3, 2014 4:25 PM | Last reply by Eric Overfield - Monday, December 15, 2014 6:32 AM -
5 Votes
Byte array to csv
Ehsan, Your code is incorrect. GetBytes returns an array of byte. You meant to use GetString. But it doesn't matter, because the poster ...Answered | 25 Replies | 16460 Views | Created by Kris_b - Monday, September 26, 2011 6:33 PM | Last reply by Devon_Nullman - Wednesday, September 28, 2011 12:56 AM -
5 Votes
Byte array to string / XML
it a string or something else? And do you want to get the data between <STX> and ...Answered | 5 Replies | 434 Views | Created by Markus Freitag - Thursday, April 23, 2020 5:23 PM | Last reply by Daniel_Zhang-MSFT - Monday, April 27, 2020 9:09 AM -
2 Votes
Byte Array
get left for bits by shifting int to right by 4 bits blow = (byte)(tmp << 4); // get right 4 bits by first left shift 4 ...Answered | 5 Replies | 1605 Views | Created by Dynamic Kriz - Monday, February 11, 2013 6:05 AM | Last reply by Dynamic Kriz - Tuesday, February 12, 2013 4:26 AM
No announcements