int128
Syntax
int128(X)
Arguments
X is a string scalar/vector.
Details
Convert STRING into INT128 data type.
Examples
a=int128("e1671797c52e15f763380b45e841ec32")
// output
e1671797c52e15f763380b45e841ec32
typestr(a);
// output
INT128
int128(X)
X is a string scalar/vector.
Convert STRING into INT128 data type.
a=int128("e1671797c52e15f763380b45e841ec32")
// output
e1671797c52e15f763380b45e841ec32
typestr(a);
// output
INT128