Unit.Implicit(Int32 to Unit) Operator 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
 static operator System::Web::UI::WebControls::Unit(int n);public static implicit operator System.Web.UI.WebControls.Unit(int n);static member op_Implicit : int -> System.Web.UI.WebControls.UnitPublic Shared Widening Operator CType (n As Integer) As UnitParameters
Returns
A Unit of type Pixel that represents the 32-bit unsigned integer specified by the n parameter.
Remarks
The equivalent method for this operator is Unit.Pixel(Int32)