Integer Intrinsic Functions - AsByte Method

Return the variable as a byte

Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)Binary StringResulting 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

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2