C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / ParseInfo Class / ParseInteger Method

In This Topic
ParseInteger Method
In This Topic
Converts the text to Int64 value using an integer numeric format.
Syntax
'Declaration
 
Public Function ParseInteger( _
   ByVal text As String, _
   ByVal formatType As FormatTypeEnum, _
   ByVal culture As CultureInfo _
) As Long
 

Parameters

text
formatType
culture
See Also