StringHelperToSafeIds Method |
处理多个以逗号隔开标识中的非法字符
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string ToSafeIds(
string text
)
public:
static String^ ToSafeIds(
String^ text
)
Parameters
- text
- Type: SystemString
文本信息
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.ToSafeIds(System.String)"]
See Also