Hunny Software Library Reference

ByteString.PadLeft Method

Right-aligns the bytes in this instance, padding with spaces on the left for a specified total length.

Overload List

Right-aligns the bytes in this instance, padding with spaces on the left for a specified total length.

public ByteString PadLeft(int);

Right-aligns the bytes in this instance, padding on the left with a specified byte for a specified total length.

public ByteString PadLeft(int,byte);

See Also

ByteString Class | Hunny.Base Namespace