You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Integer Intrinsic Functions - AsBinString Method
Returns the variable as a binary string
Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Binary String

Resulting 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

  • No labels