blah blah blah is here! blah blah » Close

1
votes
1 answers

C# E-mail formatting

foamy
1822

Hi all, I'm useless at regex, but for the task I'm currently working on it seems like the correct approach. I have a Windows Service (.NET 2.0) which needs to filter e-mail addresses. It will receive input in a format like these: [co ...

1
votes
1 answers

XML Formatted To Binary

eeboy
499

I have data which I store in XML files and manipulate in my program. This data is destined for EEPROM/FLASH of a hardware device and needs to be formatted into a binary table of sorts before it can be loaded into the device. This table is o ...

1
votes
1 answers

Formatting a string to a output in a decimal format

Hi, I have a program that calculates the average of three test scores. The test scores are entered into text boxes, I convert the text to uint and the result into a double. I then am converting the final result back into a string to disp ...

-1
votes
1 answers

how to create my own file format..!??

i'am little good in System.IO; and what i'am eXactly asking is., can we operate in bit level., that is., tat' file format should not be read by any software rather than our's..!?? coding (or) logic (or) idea to proceed needed..!!

Feedback