Click or drag to resize

BaseProcessorDecodeDateTimeOffset Method

A helper method that decodes a DateTimeOffset from a string encoded by EncodeDateTimeOffset(NullableDateTimeOffset).

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

Parameters

s  String
The string to decode.

Return Value

NullableDateTimeOffset
A DateTimeOff with the exact time and offset preserved from the original.
See Also