Ver Mensaje Individual
  #4  
Antiguo 27-12-2007
Avatar de juanlaplata
juanlaplata juanlaplata is offline
Miembro
 
Registrado: ene 2007
Ubicación: La Plata, Bs. As. (Argentina)
Posts: 212
Reputación: 18
juanlaplata Va por buen camino
Código Delphi [-]
function CurrToStrF(Value: Currency; Format: TFloatFormat; Digits: Integer): string;

Description:
CurrToStrF converts the Currency value given by Value to its string representation using the indicated float format convention. A call to CurrToStrF corresponds to a call to FloatToStrF with an implied precision of 19 digits.

Fuente Ayuda de Delphi
Responder Con Cita