Table of Contents

Method CanBeEmojiChar

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

CanBeEmojiChar(char)

Indicates whether the given char is an emoji character.

public static bool CanBeEmojiChar(char ch)

Parameters

ch char

Char to check.

Returns

bool

True if the char is an emoji; otherwise false.