LumiSoft Net Help
IsNumber Method (str)
NamespacesLumiSoft.NetCoreIsNumber(String)
Checks if specified string is number(long).
Declaration Syntax
C#Visual BasicVisual C++
[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
[ObsoleteAttribute(L"Use Net_Utils.IsInteger instead of it")]
public:
static bool IsNumber(
	String^ str
)
Parameters
str (String)

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

Return Value

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

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129