Table of Contents

Method IsBasicDigit

Namespace
DisCatSharp.Common
Assembly
DisCatSharp.Common.dll

IsBasicDigit(char)

Returns whether supplied character is in the 0-9 range.

public static bool IsBasicDigit(this char c)

Parameters

c char

Character to test.

Returns

bool

Whether the character is in basic numeric digit character range.