Left-aligns the bytes in this string, padding with spaces on the right, for a specified total length.
Left-aligns the bytes in this string, padding with spaces on the right, for a specified total length.
public ByteString PadRight(int);
Left-aligns the bytes in this byte string, padding on the right with a specified byte, for a specified total length.
public ByteString PadRight(int,byte);
ByteString Class | Hunny.Base Namespace