Format Method (format)

Microsoft Deployment Tools

Deployment Tools Foundation Format Method (format)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSessionFormat(String)
Formats a string containing installer properties.
Declaration Syntax
C# Visual Basic Visual C++
public string Format(
	string format
)
Public Function Format ( _
	format As String _
) As String
public:
String^ Format(
	String^ format
)
Parameters
format (String)
A format string containing property tokens
Return Value
A formatted string containing property data
Remarks

Win32 MSI API: MsiFormatRecord

Exceptions
Exception Condition
InvalidHandleException the Record handle is invalid

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)