Math.IntToBin
Skip to content
mnscript
string Math.IntToBin(number) 

Description ​

Converts a number to a binary string.

Arguments ​

number - The number to convert.

Returns ​

string - The binary string.