CommandsUnPadStringOn this pageUnPadString UnPadString (str, padValue) The UnPadString function undoes the action of PadString. It returns a string identical to str except that trailing bytes of padValue have been removed. See Also PadString,