ShopToolsUtilGetMeasurementString Method
Return the full measurement string corresponding to the caller's value
and default unit.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static string GetMeasurementString(
string value,
string defaultUnit = ""
)
Public Shared Function GetMeasurementString (
value As String,
Optional defaultUnit As String = ""
) As String
No code example is currently available or this language may not be supported.
- value String
-
The value, optionally including a specific measurement unit.
- defaultUnit String (Optional)
-
The optional default measurement unit to apply, if no unit was provided.
If this value is blank, the default base unit is used from the
currently loaded configuration profile.
String
The caller's measurement value and unit.