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