Thresher 1.2 Class Documentation | |
Rfc2812Util.IsValidChannelName Method
Using the rules set forth in RFC 2812 determine if
the channel name is valid.
[Visual Basic]Public Shared Function IsValidChannelName( _
ByVal
channel As
String _
) As
Boolean [C#]public static
bool IsValidChannelName(
string channel);
Return Value
True if the channel name is valid.
See Also
Rfc2812Util Class | Sharkbite.Irc Namespace