convert_numeric_data property

convert_numeric_data property

Indicates whether the string in the file is converted to numeric. Default is True.

Definition:

@property
def convert_numeric_data(self):
    ...
@convert_numeric_data.setter
def convert_numeric_data(self, value):
    ...

See Also