TechTalk Genome v4.2

NullableString.ToNullableByte Method 

Converts this NullableString instance to a NullableByte.

public NullableByte ToNullableByte();

Return Value

A NullableByte that is NullableByte.Null if this NullableString is Null otherwise a NullableByte whose NullableByte.Value equals the the number represented by this NullableString.

Exceptions

Exception TypeCondition
OverflowException This NullableString represent a number that is less than Byte.MinValue or greater than Byte.MaxValue.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableString Class | TechTalk.Genome.NullableTypes Namespace