TechTalk Genome v4.2

NullableChar Constructor 

Initializes a new instance of the NullableChar structure using the specified Unicode character value.

public NullableChar(
   char value
);

Parameters

value
A Unicode character value to be stored in the Value property of the new NullableChar structure.

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