点击或拖拽改变大小

HslExtensionRemoveLast 方法

重载列表
  名称说明
公共方法静态成员RemoveLast(String, Int32)
移除指定字符串数据的最后 length 个字符。如果字符串本身的长度不足 length,则返回为空字符串。
Remove the last "length" characters of the specified string data. If the length of the string itself is less than length, an empty string is returned.
公共方法静态成员代码示例RemoveLastT(T, Int32)
将一个数组的后面指定位数移除,返回新的一个数组
Removes the specified number of digits after a array, returning a new array
Top
参见