TechTalk Genome v4.2

NullableGuid Constructor

Initializes a new instance of the NullableGuid class using the specified array of bytes.

Overload List

Initializes a new instance of the NullableGuid class using the specified array of bytes.

public NullableGuid(byte[]);

Initializes a new instance of the NullableGuid structure using the specified Guid value.

public NullableGuid(Guid);

Initializes a new instance of the NullableGuid class using the specified integers and bytes.

public NullableGuid(int,short,short,byte,byte,byte,byte,byte,byte,byte,byte);

Initializes a new instance of the NullableGuid structure using the specified string value.

public NullableGuid(string);

See Also

NullableGuid Class | TechTalk.Genome.NullableTypes Namespace