Returns the binary representation of an expression.
Binary ( expression )
Local $var = Binary("0x00204060") ;$var is the binary type MsgBox(0, "IsBinary", IsBinary($var))