Click here to Skip to main content
15,898,374 members
Home / Discussions / C#
   

C#

 
QuestionRounding numbers? Pin
Gavin Roberts30-Aug-06 3:44
Gavin Roberts30-Aug-06 3:44 
AnswerRe: Rounding numbers? Pin
Stefan Troschuetz30-Aug-06 3:54
Stefan Troschuetz30-Aug-06 3:54 
AnswerRe: Rounding numbers? Pin
mikone30-Aug-06 3:57
mikone30-Aug-06 3:57 
Questionconverting Matlab code ito C# Pin
signimage30-Aug-06 3:19
signimage30-Aug-06 3:19 
QuestionTrim a part of string away Pin
Support12330-Aug-06 3:14
Support12330-Aug-06 3:14 
AnswerRe: Trim a part of string away Pin
mikone30-Aug-06 3:20
mikone30-Aug-06 3:20 
GeneralRe: Trim a part of string away Pin
Support12330-Aug-06 3:29
Support12330-Aug-06 3:29 
AnswerRe: Trim a part of string away Pin
Dave Kreskowiak30-Aug-06 5:43
mveDave Kreskowiak30-Aug-06 5:43 
Another way to do it would be to go through the entered string, character-by-character, and add only the numbers to a StringBuilder. When your done searching the string, just call the StringBuilder's .ToString method to return the entered number, sans all the seperation characters and formatting. With this method you get the flexibility of using any seperation characters you want and support for freeform entry of the number.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionSerialization of a datatable using FileMode.Append Pin
John Baird30-Aug-06 3:13
John Baird30-Aug-06 3:13 
AnswerRe: Serialization of a datatable using FileMode.Append Pin
Robert Rohde30-Aug-06 5:00
Robert Rohde30-Aug-06 5:00 
GeneralRe: Serialization of a datatable using FileMode.Append Pin
John Baird30-Aug-06 9:12
John Baird30-Aug-06 9:12 
Questioncrestal report Pin
TAREQ F ABUZUHRI30-Aug-06 3:09
TAREQ F ABUZUHRI30-Aug-06 3:09 
Questionusing an eventhandler for a serialport Pin
Yustme30-Aug-06 2:52
Yustme30-Aug-06 2:52 
QuestionHow to insert data in a sql database from datagrid column Pin
choopie30-Aug-06 2:41
choopie30-Aug-06 2:41 
AnswerRe: How to insert data in a sql database from datagrid column Pin
mikone30-Aug-06 2:58
mikone30-Aug-06 2:58 
GeneralRe: How to insert data in a sql database from datagrid column Pin
choopie30-Aug-06 3:12
choopie30-Aug-06 3:12 
GeneralRe: How to insert data in a sql database from datagrid column Pin
Tom Wright30-Aug-06 4:18
Tom Wright30-Aug-06 4:18 
QuestionGeneric Classes and Pointer to one of its Typeparameters [modified] Pin
mikone30-Aug-06 2:30
mikone30-Aug-06 2:30 
QuestionHow Microsoft does it? Pin
jayvardhanpatil30-Aug-06 0:36
jayvardhanpatil30-Aug-06 0:36 
QuestionGetting Icon information from which an application is run Pin
Sgg24530-Aug-06 0:10
Sgg24530-Aug-06 0:10 
AnswerRe: Getting Icon information from which an application is run Pin
leppie30-Aug-06 0:59
leppie30-Aug-06 0:59 
QuestionIs it possible to serialise this in C#? [modified] Pin
stevenykl29-Aug-06 23:46
stevenykl29-Aug-06 23:46 
AnswerRe: Is it possible to serialise this in C#? Pin
Andrei Ungureanu29-Aug-06 23:56
Andrei Ungureanu29-Aug-06 23:56 
GeneralRe: Is it possible to serialise this in C#? Pin
stevenykl30-Aug-06 0:11
stevenykl30-Aug-06 0:11 
QuestionRegarting tree view Drag drop Pin
chandler8329-Aug-06 22:32
chandler8329-Aug-06 22:32 

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.