Click or drag to resize

ReferenceVariableFormat Method

Returns the formatted text string representation of the number.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
string Format(
	double value,
	double refValue
)

Parameters

value  Double
The double value to be formatted.
refValue  Double
The double value to be compared.

Return Value

String
Formatted string.
See Also