StringUtils.IsAlphabetic method

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

IsAlphabetic(string)

Static

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

public static bool IsAlphabetic(string value)

Parameters

value String

The string to validate.

Returns

true if value is alphanumeric; otherwise false.