Integer Intrinsic Functions - AsBinString Method

Returns the variable as a binary string

Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)Binary StringResulting binary string

Details

AsBinString is used to create a binary string out of an integer value.
 
This can be used as a first step to creating a hexadecimal representation of an integer.

Example

In this example, #String will contain the value "0F000000"
#String := (15).AsbinString.AsHexString

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2