Message.stripIllegalCharacters

Provided an input string this will strip any illegal characters present within it

class Message
static
string
stripIllegalCharacters
(
string input
)

Parameters

input string

the string to filter

Return Value

Type: string

the filtered string

Meta