←Select platform

IsAlphaNumeric Method

Summary

Extension method that determines whether the string is alphanumeric.

Syntax

C#
VB
C++
[ExtensionAttribute()] 
public static bool IsAlphaNumeric( 
   string check 
) 
  
<ExtensionAttribute()> 
Public Shared Function IsAlphaNumeric( _ 
   ByVal check As String _ 
) As Boolean 
[ExtensionAttribute()] 
public: 
static bool IsAlphaNumeric(  
   String^ check 
)  

Parameters

check
The string to check.

Return Value

true if string is alphanumeric; otherwise, false.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly