Skip to content

Conversation

@Anirban-001
Copy link
Contributor

@Anirban-001 Anirban-001 commented May 22, 2025

Fix of #790

Adds documentation for formatting value objects using ToString(), string interpolation, and TryFormat. This update expands the tutorials section to include practical examples of formatting value objects with custom output, including details on how DefaultInterpolatedStringHandler invokes TryFormat for interpolated strings. It also explains how to override formatting logic within value objects for customized behavior. This helps clarify formatting behavior and provides useful implementation guidance.

Adds documentation for formatting value objects using ToString(), string interpolation, and TryFormat. This update expands the tutorials section to include practical examples of formatting value objects with custom output, including details on how DefaultInterpolatedStringHandler invokes TryFormat for interpolated strings. It also explains how to override formatting logic within value objects for customized behavior. This helps clarify formatting behavior and provides useful implementation guidance.
Copy link
Owner

@SteveDunn SteveDunn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the contribution - much appreciated!

@SteveDunn SteveDunn merged commit a98e1e7 into SteveDunn:main May 22, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants