[This is preliminary documentation and is subject to change.]

Replaces ASCII control characters with UTF-8 symbol characters, matching Code Page 437. Opposite of ReplaceUncodeWithEmotes.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
[NotNullAttribute]
public static string ReplaceEmotesWithUncode(
	string input
)

Parameters

input
String
String to process.

Return Value

Processed string, with its ASCII control characters replaced.

Exceptions

ExceptionCondition
System..::..ArgumentNullException input is null.

See Also