Soap.TypeTrans.FloatToStrEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FloatToStrEx(Value: Extended): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FloatToStrEx(System::Extended Value);

Properties

Type Visibility Source Unit Parent
function public
Soap.TypeTrans.pas
Soap.TypeTrans.hpp
Soap.TypeTrans Soap.TypeTrans

Description

Converts a floating-point number to string (for SOAP messaging).

FloatToStrEx converts an extended precision floating-point value to the corresponding SOAP string representation.

See Also