get_int


Description:

public int get_int (uint field)

Get the integer value of field.

If the field is a string representing an integer, it will be converted to an integer value. Other values and types will return libmsi_null_int.

Parameters:

this

a libmsirecord

field

a field identifier

Returns:

The integer value, or libmsi_null_int if the field is not an integer.