NumberRange   Conversion (UInt16 to NumberRange)

Implicit conversion from UInt16 to NumberRange. Created for sake of ease of use.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static implicit operator NumberRange (
	ushort value
)

Parameters

value  UInt16
Fixed length of phone numbers

Return Value

NumberRange
new NumberRange with value as its Min and Max

See Also