REBOL Document

To-binary - Function Summary


Summary:

(missing)

Usage:

to-binary value

Arguments:

value - The value argument.

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 2004 REBOL Technologies