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