StringExtensions.IsAlphabetic method

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

IsAlphabetic(string)

Extension method

Returns whether the specified input string is alphabetic - meaning it only consists of letters.

public static bool IsAlphabetic(this string input)

Parameters

input String

The string to validate.

Returns

true if input is alphanumeric; otherwise false.