convert_numeric_data property

convert_numeric_data property

Gets or sets a value that indicates whether the string in text file is converted to numeric data.

Definition:

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

See Also