W
Wayne
In VB6 there is a function IsDate that returns True if the expression is of type Date or is a string convertible to type Date; otherwise, it returns False. Is there such a built-in function in C#?
Thanks.
Thanks.