TO-BINARY

REBOL Dictionary 2.0


Summary:

Converts to binary value.

Usage:

to-binary value

Arguments:

value - Value to convert

Description:

Converts other values to BINARY.


    probe to-binary "123456"
    #{313233343536}

Related:

to - Constructs and returns a new value after conversion.


<Back | Index | Next>

Copyright 2003 REBOL Technologies