Thresher 1.2 Class Documentation

Rfc2812Util.StatsQueryToChar Method 

Converts a StatQuery enum value to its RFC2812 character.

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

Parameters

query
The query enum.

Return Value

The corresponding char.

See Also

Rfc2812Util Class | Sharkbite.Irc Namespace