Checks if specified string is number(long).
| C# | Visual Basic | Visual 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 )
- str (String)
[Missing <param name="str"/> documentation for "M:LumiSoft.Net.Core.IsNumber(System.String)"]
[Missing <returns> documentation for "M:LumiSoft.Net.Core.IsNumber(System.String)"]