 | 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.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntaxstring Format(
double values
)
Function Format (
values As Double
) As String
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