Click here to Skip to main content
15,881,715 members
Home / Discussions / C#
   

C#

 
Questionicon menu Pin
Bhim Prakash Singh1-May-08 23:50
Bhim Prakash Singh1-May-08 23:50 
AnswerRe: icon menu Pin
Simon P Stevens1-May-08 23:58
Simon P Stevens1-May-08 23:58 
GeneralRe: icon menu Pin
Bhim Prakash Singh2-May-08 1:48
Bhim Prakash Singh2-May-08 1:48 
GeneralRe: icon menu Pin
Simon P Stevens2-May-08 3:06
Simon P Stevens2-May-08 3:06 
Questionhow to draw a graph using data in the DB in .NET 2.0 Pin
prasadbuddhika1-May-08 22:54
prasadbuddhika1-May-08 22:54 
AnswerRe: how to draw a graph using data in the DB in .NET 2.0 Pin
Simon P Stevens1-May-08 23:56
Simon P Stevens1-May-08 23:56 
AnswerRe: how to draw a graph using data in the DB in .NET 2.0 Pin
parth.p2-May-08 4:36
parth.p2-May-08 4:36 
Questionhow to check typ in string Pin
stephan_0071-May-08 22:46
stephan_0071-May-08 22:46 
hy everyon!

i do have a little problem. i do have a function which has a parameter input as string. the input could be a number (double) or a date (datetime).
in this function i have to check, which input it contains. because depending on the input i have to do different things.

so i have to realize an if-then statement like

if (isdateformat)
{
  // do something with date
}
if (isdoubleformat)
{
  // do something with a double
}


when using the convert function then the result is of this type (but i guess, if it is a double, then it throws an exception). when casting, then it is always of this type (always true).

could someone tell me please how to check the input of the string, if it is a date or a double?

thanks.

stephan.
AnswerRe: how to check typ in string Pin
Gareth H1-May-08 22:51
Gareth H1-May-08 22:51 
GeneralRe: how to check typ in string Pin
stephan_0071-May-08 23:13
stephan_0071-May-08 23:13 
GeneralRe: how to check typ in string Pin
J4amieC2-May-08 0:03
J4amieC2-May-08 0:03 
GeneralRe: how to check typ in string Pin
stephan_0072-May-08 1:19
stephan_0072-May-08 1:19 
AnswerRe: how to check typ in string Pin
dan!sh 1-May-08 22:54
professional dan!sh 1-May-08 22:54 
AnswerRe: how to check typ in string Pin
Bhim Prakash Singh2-May-08 0:01
Bhim Prakash Singh2-May-08 0:01 
AnswerRe: how to check typ in string Pin
Guffa2-May-08 2:56
Guffa2-May-08 2:56 
GeneralRe: how to check typ in string Pin
PIEBALDconsult2-May-08 8:26
mvePIEBALDconsult2-May-08 8:26 
QuestionC# Code Standards Pin
KBM731-May-08 21:10
KBM731-May-08 21:10 
AnswerRe: C# Code Standards Pin
Christian Graus1-May-08 21:18
protectorChristian Graus1-May-08 21:18 
AnswerRe: C# Code Standards Pin
Colin Angus Mackay1-May-08 22:18
Colin Angus Mackay1-May-08 22:18 
GeneralRe: C# Code Standards Pin
Vasudevan Deepak Kumar2-May-08 1:46
Vasudevan Deepak Kumar2-May-08 1:46 
AnswerRe: C# Code Standards Pin
Vasudevan Deepak Kumar2-May-08 1:44
Vasudevan Deepak Kumar2-May-08 1:44 
AnswerRe: C# Code Standards Pin
Kevin McFarlane2-May-08 4:05
Kevin McFarlane2-May-08 4:05 
QuestionSystem.Reflection GetValue method Pin
MrColeyted1-May-08 20:49
MrColeyted1-May-08 20:49 
AnswerRe: System.Reflection GetValue method Pin
Hesham Amin2-May-08 2:27
Hesham Amin2-May-08 2:27 
QuestionHow to read files that are locked exclusively by other applications? Pin
JohnsonDesouza1-May-08 20:17
JohnsonDesouza1-May-08 20:17 

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.