Gets the number of characters in the line including the break character.
<void> Line.getLength(<RequestNumberCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Receives the number of characters in the line including the break character. |
error |
Optional. Is called when the operation failed with an error. |