Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates a Boolean value or whether the default should be used when calling number-formatting functions.
When you call number-formatting functions, you can use the following enumeration members in your code in place of the actual values.
Member |
Description |
---|---|
True |
True. The numeric value of this member is -1. |
False |
False. The numeric value of this member is 0. |
UseDefault |
Default setting. The numeric value of this member is -2. |
Namespace: Microsoft.VisualBasic
**Module:**Strings
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)
How to: Refer to an Enumeration Member
FormatNumber Function (Visual Basic)