Hunny Software Library Reference

ByteString.PadRight Method

Left-aligns the bytes in this string, padding with spaces on the right, for a specified total length.

Overload List

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);

See Also

ByteString Class | Hunny.Base Namespace