Thresher 1.2 Class Documentation

Rfc2812Util.CharToStatsQuery Method 

Converts the char recived from the IRC server into its enum equivalent.

[Visual Basic]
Public Shared Function CharToStatsQuery( _
   ByVal queryType As Char _
) As StatsQuery
[C#]
public static StatsQuery CharToStatsQuery(
   char queryType
);

Parameters

queryType
One of the IRC stats query characters, e.g. 'u','l', etc...

Return Value

An StatsQuery enum.

See Also

Rfc2812Util Class | Sharkbite.Irc Namespace