[This is preliminary documentation and is subject to change.]
Replaces Minecraft color codes with equivalent IRC color codes, in the given StringBuilder.
Opposite of IrcToMinecraftColors method.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
public static void MinecraftToIrcColors( StringBuilder sb )
Parameters
- sb
- StringBuilder
StringBuilder objects, the contents of which will be processed.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | sb is null. |