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 |