Method CanBeEmojiChar
CanBeEmojiChar(char)
Indicates whether the given char is an emoji character.
public static bool CanBeEmojiChar(char ch)
Parameters
ch
charChar to check.
Returns
- bool
True if the char is an emoji; otherwise false.
Indicates whether the given char is an emoji character.
public static bool CanBeEmojiChar(char ch)
ch
charChar to check.
True if the char is an emoji; otherwise false.