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