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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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