GUIConversionGetLengthMeasureText(Double) Method |
Converts a value (unit: points) in the length unit last used and returns it as text together with the unit.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetLengthMeasureText(
double value
)
Parameters
- value Double
- Value of length in points.
Return Value
StringA text string: the value together with the unit.
See Also