Click or drag to resize

BaseProcessorDecodeDateTime Method

A helper method that decodes a DateTime from a string encoded by EncodeDateTime(NullableDateTime).

Namespace: Orthogonal.NSettings
Assembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntax
C#
public static DateTime? DecodeDateTime(
	string s
)

Parameters

s  String
The string to decode.

Return Value

NullableDateTime
A DateTime with the exact time and type preserved from the original.
See Also