类库说明文档
JHStrConvConvert Method |
转换中文字符串的形式
Namespace: DCSoft.Utility.Text
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string Convert( string value, STStrConvType type )
Parameters
- value
- Type: SystemString
待转换的字符串 - type
- Type: DCSoft.UtilitySTStrConvType
指定要执行的转换类型的枚举值
Return Value
Type: String返回已转换为指定形式的字符串
See Also