IsAlphaNumeric Method

Summary
Extension method that determines whether the string is alphanumeric.
Syntax
C#
C++/CLI
public static bool IsAlphaNumeric( 
   this string check 
) 
[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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

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