'Declaration Public Overridable Function DipSizeToString( _
ByVal valueThe value.As Vintasoft.Primitives.VintasoftSize, _
ByVal isPageSizeA value indicating whether value specifies a page size.As Boolean, _
ByVal unitsThe result units.As System.Nullable(Of UnitOfMeasure) _
) As System.String
public virtual System.String DipSizeToString(
Vintasoft.Primitives.VintasoftSize value,
bool isPageSize,
System.Nullable<UnitOfMeasure> units
)
public: virtual System.String DipSizeToString(
Vintasoft.Primitives.VintasoftSize value,
bool isPageSize,
System.Nullable<UnitOfMeasure*>* units
)
public:
virtual System.String DipSizeToString(
Vintasoft.Primitives.VintasoftSize value,
bool isPageSize,
System.Nullable<UnitOfMeasure^>^ units
)
Parameters
- value
- The value.
- isPageSize
- A value indicating whether value specifies a page size.
- units
- The result units.
Return Value
A string.