.NET/Link API Version 1.7 USE FRAMES

IMathLink.BytesToGet Method 

Gives the number of bytes that remain to be read in the element that is currently being read in textual form.

[Visual Basic]
Function BytesToGet() As Integer
[C#]
int BytesToGet();

Return Value

The number of bytes that remain to be read in the current element.

Remarks

BytesToGet lets you keep track of your progress reading an element through a series of GetData calls.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | GetData