Right-aligns the bytes in this instance, padding with spaces on the left for a specified total length.
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);
ByteString Class | Hunny.Base Namespace