Table of Contents

Method IsSpecialChar

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

IsSpecialChar(char)

Indicates whether the given char is a special character.

public static bool IsSpecialChar(char ch)

Parameters

ch char

Char to check.

Returns

bool

True if the character is a special one; otherwise false.