Skip to content

Add Str.Pad Overload #198

@ymh199478

Description

@ymh199478
string Pad(int length, string str = null, string padStr = null, PadTypes type = PadTypes.Right);

The older api will Obsolete, removed in 2.0 version.

string Pad(string str, int length, string padStr = null, PadTypes type = PadTypes.Right)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions