Click or drag to resize

BaseLibraryToString Method (Boolean, Boolean)

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

Builds a string representation of the descriptions of each trigger.

Namespace:  Monkeyspeak.Libraries
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public string ToString(
	bool excludeLibraryName = false,
	bool excludeDescriptions = false
)

Parameters

excludeLibraryName (Optional)
Type: SystemBoolean

[Missing <param name="excludeLibraryName"/> documentation for "M:Monkeyspeak.Libraries.BaseLibrary.ToString(System.Boolean,System.Boolean)"]

excludeDescriptions (Optional)
Type: SystemBoolean

[Missing <param name="excludeDescriptions"/> documentation for "M:Monkeyspeak.Libraries.BaseLibrary.ToString(System.Boolean,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Monkeyspeak.Libraries.BaseLibrary.ToString(System.Boolean,System.Boolean)"]

See Also