TechTalk Genome v4.2

NullableDateTime Explicit NullableString to NullableDateTime Conversion 

Converts a NullableString instance to a NullableDateTime instance.

public static explicit operator NullableDateTime(
   NullableString x
);

Parameters

x
NullableString instance

Return Value

The NullableDateTime equivalent of the value indicated by the NullableDateTime instance.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableDateTime Class | TechTalk.Genome.NullableTypes Namespace