Reads a Mathematica string as an array of bytes.
[Visual Basic]Function GetByteString( _
ByVal
missingAs
Integer_
) As
Byte() ParametersIn 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 AlsoIMathLink 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