StringDigitSubstitute 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
StringDigitSubstitute 列舉型別會指定如何根據使用者的地區設定 (Locale) 或語言來取代字串中的數字。
public enum class StringDigitSubstitute
C#
public enum StringDigitSubstitute
type StringDigitSubstitute =
Public Enum StringDigitSubstitute
- 繼承
名稱 | 值 | Description |
---|---|---|
National | 2 | 指定與使用者地區設定的正式當地語言相對應的取代數字。 |
None | 1 | 指定要停用取代。 |
Traditional | 3 | 指定與使用者的本地字體或語言相對應的取代數字,這個數字可能和使用者地區設定的正式當地語言不同。 |
User | 0 | 指定使用者定義的取代配置。 |
產品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |