←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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Common Assembly
Click or drag to resize