Click or drag to resize

EasyScriptParse Method

This method allows streaming of individual characters to produce streaming signatures using callbacks registered with addListener(). When events are detected in the signature stream events will be sent to the event listeners.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public void Parse(
	char chr
)

Parameters

chr
Type: SystemChar
Next character to parse.
See Also