System.Bindings.Outputs.TConverterUtils.BoolToString

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

Delphi

class procedure BoolToString(const I: TValue; var O: TValue); static;

C++

static void __fastcall BoolToString(const System::Rtti::TValue &I, System::Rtti::TValue &O);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils


説明

Bool TValueString TValue に変換します。

BoolToString は新しい TValue レコードを、事前に変換された String 値から構築します。

BoolToString は内部的に BoolToStr 関数を使用して、変換を行います。返される文字列についての詳細については、BoolToStr を参照してください。

関連項目