Click here to Skip to main content
15,896,348 members
Home / Discussions / C#
   

C#

 
QuestionValidation IsNumeric in C# Pin
angelagke7-Jun-06 17:04
angelagke7-Jun-06 17:04 
AnswerRe: Validation IsNumeric in C# Pin
Christian Graus7-Jun-06 17:46
protectorChristian Graus7-Jun-06 17:46 
GeneralRe: Validation IsNumeric in C# Pin
angelagke7-Jun-06 19:21
angelagke7-Jun-06 19:21 
AnswerRe: Validation IsNumeric in C# Pin
alwz_nikhil7-Jun-06 19:03
alwz_nikhil7-Jun-06 19:03 
GeneralRe: Validation IsNumeric in C# Pin
angelagke7-Jun-06 19:25
angelagke7-Jun-06 19:25 
GeneralRe: Validation IsNumeric in C# Pin
Shajeel7-Jun-06 20:00
Shajeel7-Jun-06 20:00 
GeneralRe: Validation IsNumeric in C# Pin
Dustin Metzgar9-Jun-06 4:19
Dustin Metzgar9-Jun-06 4:19 
GeneralRe: Validation IsNumeric in C# Pin
Dustin Metzgar9-Jun-06 4:21
Dustin Metzgar9-Jun-06 4:21 
Be careful. The exception police will get you. As has been explained to me, relying on exceptions is bad practice. Use TryParse instead of Parse and it returns a boolean to let you know if it worked or not.

AnswerRe: Validation IsNumeric in C# [modified] Pin
rfjeld7-Jun-06 20:45
rfjeld7-Jun-06 20:45 
GeneralRe: Validation IsNumeric in C# [modified] Pin
Mairaaj Khan7-Jun-06 21:04
professionalMairaaj Khan7-Jun-06 21:04 
AnswerRe: Validation IsNumeric in C# Pin
Dave Doknjas8-Jun-06 16:32
Dave Doknjas8-Jun-06 16:32 
GeneralRe: Validation IsNumeric in C# Pin
Mairaaj Khan8-Jun-06 20:13
professionalMairaaj Khan8-Jun-06 20:13 
GeneralRe: Validation IsNumeric in C# Pin
Dave Doknjas9-Jun-06 4:05
Dave Doknjas9-Jun-06 4:05 
GeneralRe: Validation IsNumeric in C# Pin
Mairaaj Khan9-Jun-06 20:20
professionalMairaaj Khan9-Jun-06 20:20 
AnswerRe: Validation IsNumeric in C# [modified] Pin
Suamal9-Jun-06 1:05
Suamal9-Jun-06 1:05 
GeneralRe: Validation IsNumeric in C# Pin
Mairaaj Khan9-Jun-06 21:35
professionalMairaaj Khan9-Jun-06 21:35 
GeneralRe: Validation IsNumeric in C# Regualr Expression Pin
Mairaaj Khan10-Jun-06 0:15
professionalMairaaj Khan10-Jun-06 0:15 
Questionback-up Windows service for database backup. Pin
aakar7-Jun-06 16:25
aakar7-Jun-06 16:25 
AnswerRe: back-up Windows service for database backup. Pin
dreynglar8-Jun-06 6:37
dreynglar8-Jun-06 6:37 
QuestionForm height increases on Show() Pin
cmaissan7-Jun-06 15:04
cmaissan7-Jun-06 15:04 
AnswerRe: Form height increases on Show() Pin
Edbert P7-Jun-06 16:27
Edbert P7-Jun-06 16:27 
GeneralRe: Form height increases on Show() Pin
Jun Du7-Jun-06 16:42
Jun Du7-Jun-06 16:42 
GeneralRe: Form height increases on Show() Pin
cmaissan8-Jun-06 1:32
cmaissan8-Jun-06 1:32 
QuestionControls and Properties Pin
TheBlindWatchmaker7-Jun-06 14:06
TheBlindWatchmaker7-Jun-06 14:06 
AnswerRe: Controls and Properties Pin
Edbert P7-Jun-06 14:53
Edbert P7-Jun-06 14:53 

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.