Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace > GeneralExtensions Class : IsNumeric Method |
[ExtensionAttribute()] public static bool IsNumeric( string s )
'Declaration
<ExtensionAttribute()> Public Shared Function IsNumeric( _ ByVal s As String _ ) As Boolean
'Usage
Dim s As String Dim value As Boolean value = GeneralExtensions.IsNumeric(s)
[ExtensionAttribute()] public: static bool IsNumeric( String^ s )
true
if the specified string is numeric; otherwise, false
.