Message.hasIllegalCharacters

Checks whether the provided input string contains any invalid characters

class Message
static
bool
hasIllegalCharacters
(
string input
)

Parameters

input string

the string to check

Return Value

Type: bool

true if so, false otherwise

Meta