Create a Unit of type Percentage from an int.
[Visual Basic] Public Shared Function Percentage( _ ByVal n As Integer _ ) As Unit [C#] public static Unit Percentage( int n ); [C++] public: static Unit Percentage( int n ); [JScript] public static function Percentage( n : int ) : Unit;
Unit Structure | Unit Members | System.Web.UI.WebControls Namespace