Click or drag to resize

BaseLibraryToString Method (Trigger, Boolean, Boolean)

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

Builds a string representation of the descriptions of trigger.

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

Parameters

trigger
Type: MonkeyspeakTrigger

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

excludeLibraryName (Optional)
Type: SystemBoolean

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

excludeDescriptions (Optional)
Type: SystemBoolean

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

Return Value

Type: String

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

See Also