| C1.Win.C1Input Namespace > ParseInfo Class : ParseInteger Method |
'DeclarationPublic Function ParseInteger( _ ByVal text As String, _ ByVal formatType As FormatTypeEnum, _ ByVal culture As CultureInfo _ ) As Long
'UsageDim instance As ParseInfo Dim text As String Dim formatType As FormatTypeEnum Dim culture As CultureInfo Dim value As Long value = instance.ParseInteger(text, formatType, culture)
public long ParseInteger( string text, FormatTypeEnum formatType, CultureInfo culture )
public: int64 ParseInteger( String^ text, FormatTypeEnum formatType, CultureInfo^ culture )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2