Click here to Skip to main content
15,886,067 members
Home / Discussions / C#
   

C#

 
AnswerRe: ASCII byte array to float Pin
Abhishek Sur2-Oct-09 12:02
professionalAbhishek Sur2-Oct-09 12:02 
GeneralRe: ASCII byte array to float Pin
akhanal2-Oct-09 12:07
akhanal2-Oct-09 12:07 
GeneralRe: ASCII byte array to float Pin
Abhishek Sur2-Oct-09 13:10
professionalAbhishek Sur2-Oct-09 13:10 
GeneralRe: ASCII byte array to float Pin
Luc Pattyn2-Oct-09 13:27
sitebuilderLuc Pattyn2-Oct-09 13:27 
GeneralRe: ASCII byte array to float Pin
Abhishek Sur3-Oct-09 6:37
professionalAbhishek Sur3-Oct-09 6:37 
AnswerRe: ASCII byte array to float Pin
PIEBALDconsult2-Oct-09 12:03
mvePIEBALDconsult2-Oct-09 12:03 
GeneralRe: ASCII byte array to float Pin
akhanal2-Oct-09 12:09
akhanal2-Oct-09 12:09 
GeneralOne spoonful Pin
Luc Pattyn2-Oct-09 12:28
sitebuilderLuc Pattyn2-Oct-09 12:28 
akhanal wrote:
encoding.ascii.getstring() but that did not work.


really?
byte[] bData=new byte[5];
bData[0] = 55;
bData[1] = 57;
bData[2] = 0;
bData[3] = 0;
bData[4] = 0;
string s=Encoding.ASCII.GetString(bData);
float f=float.Parse(s);


Smile | :)

Luc Pattyn

Local announcement (Antwerp region): Lange Wapper? Neen!


GeneralRe: One spoonful Pin
akhanal4-Oct-09 9:38
akhanal4-Oct-09 9:38 
GeneralRe: One spoonful Pin
Luc Pattyn4-Oct-09 9:51
sitebuilderLuc Pattyn4-Oct-09 9:51 
QuestionAre these hard C# interview questions? Really?? [modified] Pin
ewan2-Oct-09 10:09
ewan2-Oct-09 10:09 
AnswerRe: Are these hard C# interview questions? Really?? Pin
Dave Kreskowiak2-Oct-09 10:27
mveDave Kreskowiak2-Oct-09 10:27 
GeneralRe: Are these hard C# interview questions? Really?? Pin
ewan2-Oct-09 10:31
ewan2-Oct-09 10:31 
AnswerRe: Are these hard C# interview questions? Really?? Pin
DaveyM692-Oct-09 10:35
professionalDaveyM692-Oct-09 10:35 
GeneralRe: Are these hard C# interview questions? Really?? Pin
ewan2-Oct-09 10:51
ewan2-Oct-09 10:51 
GeneralRe: Are these hard C# interview questions? Really?? Pin
PIEBALDconsult2-Oct-09 13:25
mvePIEBALDconsult2-Oct-09 13:25 
AnswerRe: Are these hard C# interview questions? Really?? Pin
harold aptroot2-Oct-09 11:38
harold aptroot2-Oct-09 11:38 
GeneralRe: Are these hard C# interview questions? Really?? Pin
ewan2-Oct-09 12:04
ewan2-Oct-09 12:04 
GeneralRe: Are these hard C# interview questions? Really?? Pin
harold aptroot2-Oct-09 12:31
harold aptroot2-Oct-09 12:31 
GeneralRe: Are these hard C# interview questions? Really?? Pin
ewan2-Oct-09 12:41
ewan2-Oct-09 12:41 
GeneralRe: Are these hard C# interview questions? Really?? Pin
harold aptroot2-Oct-09 12:59
harold aptroot2-Oct-09 12:59 
AnswerRe: Are these hard C# interview questions? Really?? Pin
Not Active2-Oct-09 12:48
mentorNot Active2-Oct-09 12:48 
AnswerRe: Are these hard C# interview questions? Really?? Pin
PIEBALDconsult2-Oct-09 13:17
mvePIEBALDconsult2-Oct-09 13:17 
GeneralRe: Are these hard C# interview questions? Really?? Pin
ewan2-Oct-09 14:00
ewan2-Oct-09 14:00 
GeneralRe: Are these hard C# interview questions? Really?? Pin
Mycroft Holmes2-Oct-09 15:18
professionalMycroft Holmes2-Oct-09 15:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.