IsNumeric Method

Summary
Determines whether the specified string is numeric.
Syntax
C#
VB
C++
public static bool IsNumeric( 
   this string s 
) 
<ExtensionAttribute()> 
Public Shared Function IsNumeric( _ 
   ByVal s As String _ 
) As Boolean 
[ExtensionAttribute()] 
public: 
static bool IsNumeric(  
   String^ s 
)  

Parameters

s
The string to check.

Return Value

true if the specified string is numeric; otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.