Thresher 1.2 Class Documentation

Rfc2812Util.CharToModeAction Method 

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

[Visual Basic]
Public Shared Function CharToModeAction( _
   ByVal action As Char _
) As ModeAction
[C#]
public static ModeAction CharToModeAction(
   char action
);

Parameters

action
Either '+' or '-'.

Return Value

An action enum.

See Also

Rfc2812Util Class | Sharkbite.Irc Namespace