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

Creates a new line wrapper for a given raw string.

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

Syntax

   
 C# 
public static LineWrapper WrapPrefixed(
	string prefix,
	string message
)

Parameters

prefix
String

[Missing <param name="prefix"/> documentation for "M:fCraft.LineWrapper.WrapPrefixed(System.String,System.String)"]

message
String

[Missing <param name="message"/> documentation for "M:fCraft.LineWrapper.WrapPrefixed(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:fCraft.LineWrapper.WrapPrefixed(System.String,System.String)"]

See Also