TriState Enumeration
.NET Framework (current version)
Indicates a Boolean value or whether the default should be used when calling number-formatting functions.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Member name | Description | |
|---|---|---|
| False | False. The numeric value of this member is 0. | |
| True | True. The numeric value of this member is -1. | |
| UseDefault | Default setting. The numeric value of this member is -2. |
When you call number-formatting functions, you can use the following enumeration members in your code in place of the actual values.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: