StringHelper.DelLastChar Method

HD.Common

StringHelperDelLastChar 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 DelLastChar(
	string str,
	string strchar
)
Public Shared Function DelLastChar ( 
	str As String,
	strchar As String
) As String
public:
static String^ DelLastChar(
	String^ str, 
	String^ strchar
)
static member DelLastChar : 
        str : string * 
        strchar : string -> string 

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:HD.Common.StringHelper.DelLastChar(System.String,System.String)"]

strchar
Type: SystemString

[Missing <param name="strchar"/> documentation for "M:HD.Common.StringHelper.DelLastChar(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.StringHelper.DelLastChar(System.String,System.String)"]

See Also

Reference