Click or drag to resize

SimpleVariableFormat Method

Formats the specified numeric value and returns the formatted text string. The formatting applies the Format(Double) rules including decimal precision, sign display, zero padding, and prefix/suffix decoration.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
string Format(
	double values
)

Parameters

values  Double
The numeric value to format.

Return Value

String
The formatted text string if the variable is enabled; otherwise, an empty string.
See Also