Gets the number of characters in the line including the break character.

<void> Line.getLength(<RequestNumberCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback Receives the number of characters in the line including the break character.
errorCallback Optional. Is called when the operation failed with an error.