LumiSoft Net Help
IsInteger Method (value)
NamespacesLumiSoft.NetNet_UtilsIsInteger(String)
Checks if specified string is integer(int/long).
Declaration Syntax
C#Visual BasicVisual 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 
Parameters
value (String)

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

Return Value
Boolean
Returns true if specified string is integer.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when value is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119