|   | TicksParse(String, NumberStyles) Method | 
        
        
            Converts the string representation of a number in a specified style to its 
Ticks equivalent.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
SyntaxGSF.Ticks.Parse = function(s, style);
Parameters
- s  String
- A string containing a number to convert.
- style  NumberStyles
- 
            A bitwise combination of System.Globalization.NumberStyles values that indicates the permitted format of s.
            
Return Value
Ticks
            A 
Ticks equivalent to the number contained in s.
            
 Exceptions
Exceptions See Also
See Also