Constants.vbTraditionalChinese 字段
定义
指示在调用 StrConv 函数时,应将字符转换为繁体中文字符。Indicates that characters should be converted to Traditional Chinese when the StrConv function is called.
public: Microsoft::VisualBasic::VbStrConv vbTraditionalChinese = 512;
public const Microsoft.VisualBasic.VbStrConv vbTraditionalChinese = 512;
val mutable vbTraditionalChinese : Microsoft.VisualBasic.VbStrConv
Public Const vbTraditionalChinese As VbStrConv = 512
字段值
注解
调用 StrConv 函数时,可以在代码中使用以下枚举成员来代替实际值。When you call the StrConv function, you can use the following enumeration members in your code in place of the actual values. Conversion参数采用 VbStrConv 枚举成员。The Conversion argument takes the VbStrConv enumeration members.