StringExtensions.IsAlphanumeric method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Strings.Extensions
Assembly Skybrud.Essentials.dll

IsAlphanumeric(string)

Extension method

Gets whether the specified input string is alphanumeric - meaning it only consists of numbers and letters.

public static bool IsAlphanumeric(this string input)

Parameters

input String

The string to validate.

Returns

true if input is alphanumeric; otherwise false.