DelimitedTextEditOptionsConvertNumericData Property |
Gets or sets a value that indicates whether the string in text-based document is converted to numeric data. Default is false.
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic bool ConvertNumericData { get; set; }
Public Property ConvertNumericData As Boolean
Get
Set
public:
property bool ConvertNumericData {
bool get ();
void set (bool value);
}
member ConvertNumericData : bool with get, set
Property Value
Type:
Boolean
See Also