GetString Method (field)

Microsoft Deployment Tools

Deployment Tools Foundation GetString Method (field)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerRecordGetString(Int32)
Gets a field value as a string.
Declaration Syntax
C# Visual Basic Visual C++
public string GetString(
	int field
)
Public Function GetString ( _
	field As Integer _
) As String
public:
String^ GetString(
	int field
)
Parameters
field (Int32)
Specifies the field to retrieve.
Return Value
String value of the field, or an empty string if the field is null.
Remarks

Win32 MSI API: MsiRecordGetString

Exceptions
Exception Condition
ArgumentOutOfRangeException The field is less than 0 or greater than the number of fields in the Record.

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