Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TriState Enumeration

 

Indicates a Boolean value or whether the default should be used when calling number-formatting functions.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public enum class TriState

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft