NpgsqlInterval.TryParse Method 
      
     
    
       Attempt to parse a String to produce an NpgsqlInterval. 
      
      
      Parameters
      
        - 
          str
        
- The String to parse.
- 
          result
        
- (out) The NpgsqlInterval produced, or Zero if the parsing failed.
Return Value
      true if the parsing succeeded, false otherwise.
      See Also
      
        NpgsqlInterval Class | NpgsqlTypes Namespace