Soap.TypeTrans.StrToFloatEx

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function StrToFloatEx(const S: string): Extended;

C++

extern DELPHI_PACKAGE System::Extended __fastcall StrToFloatEx(const System::UnicodeString S);

プロパティ

種類 可視性 ソース ユニット
function public
Soap.TypeTrans.pas
Soap.TypeTrans.hpp
Soap.TypeTrans Soap.TypeTrans

説明

文字列を浮動小数点数に変換します(SOAP メッセージング用)。


StrToFloatEx は文字列を拡張精度浮動小数点値に変換します。以下の特別な引数を使用できます。

NaN
INF
-INF

文字列が有効な浮動小数点値を表さない場合は、EConvertError が発生します。

関連項目