commaSeparate

comma separates a string.

string[]
commaSeparate
(
char comma = ','
bool excludeEmpty = false
)
(
string str
)

Return Value

Type: string[]

the comma separated string

Meta