[This is preliminary documentation and is subject to change.]
Replaces Minecraft color codes with equivalent IRC color codes, in the given string.
Opposite of IrcToMinecraftColors method.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[PureAttribute] [NotNullAttribute] public static string MinecraftToIrcColors( string input )
Parameters
- input
- String
String to process.
Return Value
A processed string.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | input is null. |