Previous: 4.66.2.12. AppendPathDelimiter function To the Table of Contents Next: 4.66.2.14. Dup_CI function
4.66.2.12. AppendPathDelimiter function Table of Contents 4.66.2.14. Dup_CI function

- 4.66.2.13. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.13. Bin function


4.66.2.13. Bin function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Converts argument into standard binary 32-characters string.

Declaration:
function Bin(n: Longint): String[32];
function Bin(n: Int64): String[64];
Examples:
 Bin($000000FF) = '00000000000000000000000011111111'
 Bin(126479829) = '00000111100010011110110111010101'



Previous: 4.66.2.12. AppendPathDelimiter function To the Table of Contents Next: 4.66.2.14. Dup_CI function
4.66.2.12. AppendPathDelimiter function Table of Contents 4.66.2.14. Dup_CI function

- 4.66.2.13. -