domainSplit

If username has a domain specified, this will split it into a username and domain and return them in a string array.

void
domainSplit
(
string username
,
out string user
,
out string domain
)

Meta