|   | TicksParse(String, IFormat | 
 Syntax
Syntaxpublic static Ticks Parse( string s, IFormatProvider provider )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | s is null. | 
| OverflowException | s represents a number less than MinValue or greater than MaxValue. | 
| FormatException | s is not in the correct format. | 
 See Also
See Also