←Select platform

IsNumeric Method

Summary

Determines whether the specified string is numeric.

Syntax

C#
VB
C++
[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 
)  

Parameters

s
The string to check.

Return Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly