Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion xml/System/ISpanFormattable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@

## Remarks

An implementation of this interface should produce the same string of characters as an implementation of <xref:System.IFormattable.ToString(System.String,System.IFormatProvider)> on the same type.
- An implementation of this interface should produce the same string of characters as an implementation of <xref:System.IFormattable.ToString(System.String,System.IFormatProvider)> on the same type.
- TryFormat should return false only if there is not enough space in the destination buffer. Any other failures should throw an exception.

]]></format>
</remarks>
Expand Down