Click or drag to resize
StringHelperToChineseTag Method
将英文标点符号转换为中文标点符号 , Punctuation

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string ToChineseTag(
	string text
)

Parameters

text
Type: SystemString
需处理的字符串

Return Value

Type: String
字符串
See Also