  | 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)
Syntaxpublic string ToString(
	bool excludeLibraryName = false,
	bool excludeDescriptions = false
)
Public Function ToString ( 
	Optional excludeLibraryName As Boolean = false,
	Optional excludeDescriptions As Boolean = false
) As String
public:
String^ ToString(
	bool excludeLibraryName = false, 
	bool excludeDescriptions = false
)
member ToString : 
        ?excludeLibraryName : bool * 
        ?excludeDescriptions : bool 
(* Defaults:
        let _excludeLibraryName = defaultArg excludeLibraryName false
        let _excludeDescriptions = defaultArg excludeDescriptions false
*)
-> string 
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