System.Bindings.Outputs.TConverterUtils.BoolToString

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils

Description

Converts a Bool TValue to a String TValue.

BoolToString builds a new TValue record from the previously converted String value.

BoolToString internally uses the BoolToStr function to make the conversion. See BoolToStr for more details on the returned string.

See Also