StringHelperDelLastComma Method | Helper帮助文档 |
删除最后结尾的一个逗号
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string DelLastComma( string str )
Public Shared Function DelLastComma ( str As String ) As String
public: static String^ DelLastComma( String^ str )
static member DelLastComma : str : string -> string
Parameters
- str
- Type: SystemString
[Missing <param name="str"/> documentation for "M:HD.Common.StringHelper.DelLastComma(System.String)"]
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.StringHelper.DelLastComma(System.String)"]
See Also