StringHelperToChineseTag Method |
将英文标点符号转换为中文标点符号 , Punctuation
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string ToChineseTag(
string text
)
public:
static String^ ToChineseTag(
String^ text
)
Parameters
- text
- Type: SystemString
需处理的字符串
Return Value
Type:
String字符串
See Also