C#
VB
C++
Determines whether the specified string is numeric.
[ExtensionAttribute()]
public static bool IsNumeric(
string s
)
<ExtensionAttribute()>
Public Shared Function IsNumeric( _
ByVal s As String _
) As Boolean
[ExtensionAttribute()]
public:
static bool IsNumeric(
String^ s
)
s
The string to check.
true
if the specified string is numeric; otherwise, false
.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET