Daylight v4.9 Release Date: 1 February 2008 Namedt_ascii2binary - retrieve a binary string from its ascii representationGeneric Prototypedt_ascii2binary(dt_String) => dt_HandleC Prototype#include "dt_smiles.h"dt_Handle dt_ascii2binary(dt_Integer strlen, dt_String string) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_ascii2binary(string) character*() string DescriptionAllocates a new string object. The contents of the object is set to the binary representation of the ASCII input string. The ASCII input is converted back to binary using a 6-to-8 bit conversion, which reverses the dt_binary2ascii(3) function.Return ValueReturns the handle of a new string object, or NULL_OB if an error is detected.Related Topicsdt_alloc_string(3) dt_binary2ascii(3) dt_binary2asciilen(3) dt_setstringvalue(3) dt_stringvalue(3) |