Table of Contents

Method IsBasicAlphanumeric

Namespace
DisCatSharp.Common
Assembly
DisCatSharp.Common.dll

IsBasicAlphanumeric(char)

Returns whether supplied character is in any of the following ranges: a-z, A-Z, 0-9.

public static bool IsBasicAlphanumeric(this char c)

Parameters

c char

Character to test.

Returns

bool

Whether the character is in basic alphanumeric character range.