LumiSoft Net Help
IsNumber Method (str)
NamespacesLumiSoft.NetCoreIsNumber(String)
Checks if specified string is number(long).
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("Use Net_Utils.IsInteger instead of it")]
public static bool IsNumber(
	string str
)
<ObsoleteAttribute("Use Net_Utils.IsInteger instead of it")>
Public Shared Function IsNumber ( 
	str As String
) As Boolean
public:
[ObsoleteAttribute(L"Use Net_Utils.IsInteger instead of it")]
static bool IsNumber(
	String^ str
)
[<ObsoleteAttribute("Use Net_Utils.IsInteger instead of it")>]
static member IsNumber : 
        str : string -> bool 
Parameters
str (String)

[Missing <param name="str"/> documentation for "M:LumiSoft.Net.Core.IsNumber(System.String)"]

Return Value
Boolean

[Missing <returns> documentation for "M:LumiSoft.Net.Core.IsNumber(System.String)"]

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