Click or drag to resize

TriggerReaderReadString Method

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

Reads the next String, throws TriggerReaderException on failure

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public string ReadString(
	bool processVariables = true
)

Parameters

processVariables (Optional)
Type: SystemBoolean
[true] process variables and replace them with their values; [false] do nothing

Return Value

Type: String

[Missing <returns> documentation for "M:Monkeyspeak.TriggerReader.ReadString(System.Boolean)"]

Exceptions
ExceptionCondition
TriggerReaderException
See Also