TriState 열거형
정의
부울 값 또는 숫자 서식 지정 함수를 호출할 때 기본값을 사용해야 하는지 여부를 나타냅니다.Indicates a Boolean value or whether the default should be used when calling number-formatting functions.
public enum class TriState
public enum TriState
type TriState =
Public Enum TriState
- 상속
필드
False | 0 | false입니다.False. 이 멤버의 숫자 값은 0입니다.The numeric value of this member is 0. |
True | -1 | true입니다.True. 이 멤버의 숫자 값은 -1입니다.The numeric value of this member is -1. |
UseDefault | -2 | 기본 설정입니다.Default setting. 이 멤버의 숫자 값은 -2입니다.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.