Table of Contents

Method IsAsciiChar

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

IsAsciiChar(char)

Indicates whether the given char is an ASCII character.

public static bool IsAsciiChar(char ch)

Parameters

ch char

Char to check.

Returns

bool

True if the character is an ASCII one; otherwise false.