 | BaseProcessorDecodeDateTime Method |
Namespace: Orthogonal.NSettingsAssembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntaxpublic static DateTime? DecodeDateTime(
string s
)
Parameters
- s String
- The string to decode.
Return Value
NullableDateTimeA DateTime with the exact time and type preserved from the original.
See Also