convert_numeric_data property

convert_numeric_data property

Gets or sets a value that indicates whether the string value should be converted to numeric or date value.

Definition:

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

See Also