TechTalk Genome v4.2

NullableChar Implicit Char to NullableChar Conversion 

Converts the char parameter to a NullableChar structure.

public static implicit operator NullableChar(
   char x
);

Parameters

x
A char to be converted to a NullableChar structure.

Return Value

A new NullableChar structure constructed from x.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableChar Class | TechTalk.Genome.NullableTypes Namespace