# File lib/active_record/connection_adapters/sybase_adapter.rb, line 108 def self.string_to_binary(value) "0x#{value.unpack("H*")[0]}" end