JcampReaderBlockHandleDateLine Method |
Handles a date line (a line that starts with the ##DATE= header) and extracts an optional date and time.
Namespace: Altaxo.Serialization.JcampAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected (DateTime? dateValue, DateTime? timeValue) HandleDateLine(
string s
)
Parameters
- s String
- The remainder of the date line after the header.
Return Value
ValueTupleNullableDateTime,
NullableDateTimeA tuple with the parsed date and time values. Each element is null if parsing failed or the value is not present.
See Also