Click or drag to resize

EasyScriptParseSignature Method

This method takes a EasyScript string and attempts to parse it into a signature object.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public Signature ParseSignature(
	string sig
)

Parameters

sig
Type: SystemString
Signature string to parse

Return Value

Type: Signature
Parsed signature, or null if the signature is cancelled.
Exceptions
ExceptionCondition
SignatureInvalidExceptionThrown in the event there is something wrong with the string
See Also