  | ReferenceVariableFormat Method | 
            Returns the formatted text string representation of the number.
            
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntaxstring Format(
	double value,
	double refValue
)
Function Format ( 
	value As Double,
	refValue As Double
) As String
Parameters
- value  Double
 - The double value to be formatted.
 - refValue  Double
 - The double value to be compared.
 
Return Value
String
            Formatted string.
            
See Also