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