Checks if specified string is integer(int/long).

C# | Visual Basic | Visual C++ | F# |
public static bool IsInteger( string value )
Public Shared Function IsInteger ( value As String ) As Boolean
public: static bool IsInteger( String^ value )
static member IsInteger : value : string -> bool

- value (String)
[Missing <param name="value"/> documentation for "M:LumiSoft.Net.Net_Utils.IsInteger(System.String)"]

Boolean
Returns true if specified string is integer.
Returns true if specified string is integer.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when value is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119