to_int method

to_int()

Returns the property value as integer.

def to_int(self):
    ...

Remarks

Throws an exception if the property type is not PropertyType.NUMBER.

See Also