A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://reference.wolfram.com/language/NETLink/ref/net/Wolfram.NETLink.IMathLink.GetByteString.html below:

IMathLink.GetByteString Method

Reads a Mathematica string as an array of bytes.

[Visual Basic]

Function GetByteString( _

ByVal

missing

As

Integer

_

) As

Byte() Parameters
missing
The byte to use in place of non-ASCII characters (i.e., 16-bit characters).
Remarks

In contrast with GetString, this method strips the incoming (16-bit Unicode) character data into a single-byte representation. Characters that cannot be represented faithfully in single-byte form are replaced by the byte specified by the missing parameter. This method is primarily useful if you know the incoming data contains only ASCII characters and you want the data in the form of a byte array.

Exceptions Exception Type Condition MathLinkException If the waiting data cannot be read in this format, or on any other MathLink error. See Also

IMathLink Interface | Wolfram.NETLink Namespace | GetString


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4