Deployment Tools Foundation
FormatRecord Method (record)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Session ► FormatRecord(Record)
Returns a formatted string from record data.


- record (Record)
- Record object containing a template and data to be formatted. The template string must be set in field 0 followed by any referenced data parameters.

A formatted string containing the record data

Win32 MSI API: MsiFormatRecord

Exception | Condition |
---|---|
InvalidHandleException | the Record handle is invalid |