'Declaration Public Overridable Function DipNumberToString( _
ByVal valueThe value, measured in Device Independed Pixels (DIP).As Double, _
ByVal unitsThe unit of measure.As System.Nullable(Of UnitOfMeasure) _
) As System.String
public virtual System.String DipNumberToString(
double value,
System.Nullable<UnitOfMeasure> units
)
public: virtual System.String DipNumberToString(
double value,
System.Nullable<UnitOfMeasure*>* units
)
public:
virtual System.String DipNumberToString(
double value,
System.Nullable<UnitOfMeasure^>^ units
)
Parameters
- value
- The value, measured in Device Independed Pixels (DIP).
- units
- The unit of measure.
Return Value
A string.