[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: fCraft
Assembly: 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

ExceptionCondition
System..::..ArgumentNullException sb is null.

See Also