C#
VB
C++
Extension method that determines whether the string is alphanumeric.
[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
)
check
The string to check.
true
if string is alphanumeric; otherwise, false
.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET