Deployment Tools Foundation
FormatRecord Method (record)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Session ► FormatRecord(Record)
Returns a formatted string from record data.
Declaration Syntax
Parameters- 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.
Return ValueA formatted string containing the record data
RemarksWin32 MSI API: MsiFormatRecord
Exceptions| Exception | Condition |
|---|---|
| InvalidHandleException | the Record handle is invalid |