|
Ticks.Parse(String, NumberStyles) Method
|
Converts the string representation of a number in a specified style to its
Ticks equivalent.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
SyntaxGSF.Ticks.Parse = function(s, style);
View SourceParameters
- 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
See Also