STStrConvType Enumeration

DCSoft.DBUtilityGeneric

STStrConvType Enumeration
字符串转换类型

Namespace: DCSoft.Utility
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public enum STStrConvType
Members
  Member nameValueDescription
SBC20 将字符串中的半角字符转换为全角字符
DBC21 将字符串中的全角字符转换为半角字符
TitleCase2 将字符串中每个单词的首字母转换为大写
SimplifiedChinese3 将字符串转换为简体中文字符
TraditionalChinese4 将字符串转换为繁体中文字符
UnChanged5 不进行转换,原样输出
See Also