| 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
)
Public Function ReadString (
Optional processVariables As Boolean = true
) As String
public:
String^ ReadString(
bool processVariables = true
)
member ReadString :
?processVariables : bool
(* Defaults:
let _processVariables = defaultArg processVariables true
*)
-> string
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 See Also