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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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