 | SimpleVariableFormat Method |
Returns the formatted text string representation of the number.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntaxstring Format(
double values
)
Function Format (
values As Double
) As String
Parameters
- values Double
- The double value to be formatted.
Return Value
String
Formatted string.
See Also