Integer Intrinsic Functions - AsByte Method
Return the variable as a byte
Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Binary String | Resulting byte |
Details
AsByte returns the numeric code page value for the specified index
Example
In this example, if #Number contained 105, the result after conversion to a string would be "i"
#Result := #Number.AsByte.AsString