DateTime and Number string parser code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gianluca

    DateTime and Number string parser code

    Anyone knows some open source code to parse date and number strings? The
    parse functions in the .NET framework are buggy and cannot test for the
    validity of the string without throwing an exception, which is extremely
    slow in debug mode and in some cases it's simply impossible to debug. For
    example, you cannot step over a function that parses few thousand strings
    from the db because it can take forever.


Working...