Click or drag to resize

ModalVariableFormat 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
)

Parameters

value  Double
The double value to be formatted.

Return Value

String
Formatted string.
See Also