xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

XtoC()

Converts values of data type C, D, L, M, N to a string.

Syntax

XtoC( <xValue> ) --> cValue

Arguments

<xValue>
This is a value of data type C, D, L, M or N.

Return

The function returns the converted value as a character string, or a null string ("") when an invalid value is passed.

Info

See also:CtoF(), CStr()
Category: CT:Miscellaneous , Miscellaneous functions
Source:ct\misc1.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe