FormatWith icon indicating copy to clipboard operation
FormatWith copied to clipboard

String extensions for named parameterized string formatting.

Results 12 FormatWith issues
Sort by recently updated
recently updated
newest added

Additional values & tests for a left-padding format string. This type of format string does not currently work in FormatWith. I suspect a format-string parse issue, where it assumes the...

FormatWith currently handles only format strings {name:formatString}, but there's an optional alignment section {name,alignmentValue:formatString} that should be handled. I've started by adding a test and some test values in pull...