Soap.XSBuiltIns.TXSDecimal.DecimalString

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

Delphi

property  DecimalString: string read FDecimalString write FDecimalString;

C++

__property System::UnicodeString DecimalString = {read=FDecimalString, write=FDecimalString};

プロパティ

種類 可視性 ソース ユニット
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSDecimal

説明

オブジェクトの値を文字列として表します。

DecimalString プロパティを使用すると,TXSDecimal オブジェクトの値を文字列として取得できます。この値は,XML ドキュメントで 10 進数値を表すために記述される文字列と同じです。オブジェクトの値を TBcd 値として扱いたい場合は,かわりに AsBcd プロパティを使用します。

メモ:  2 進化 10 進数値の精度を必要としない場合,StrToFloat,FloatToStr,または StrToCurr,CurrToStr などのグローバル関数を使ってこの文字列を浮動小数点表現に変換できます。

関連項目