 | 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: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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