Programmer Guide : solidDB® SA : solidDB® SA function reference : SaDfloatToAsciiz
  
SaDfloatToAsciiz
SaDfloatToAsciiz stores the dfloat value as an asciiz (zero-terminated ASCII) string.
Synopsis
SaRetT SA_EXPORT_H SaDfloatToAsciiz( SaDfloatT* p_dfl,
  char* asciiz)
Parameters
Parameters
Usage type
Description
p_dfl
in
Pointer to dfloat variable.
asciiz
out
Buffer where the dfloat is stored in asciiz (zero-terminated ASCII) string format. The memory for this must already be allocated by the caller.
Return value
SA_RC_SUCC SA_ERR_FAILED
See also
solidDB® SA function reference