Skip to content

Commit bf148ba

Browse files
authored
Merge pull request #36854 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents d919afc + 95b644d commit bf148ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/format-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Expression of a supported data type to format. For a list of valid types, see th
4545

4646
**nvarchar** format pattern.
4747

48-
The *format* argument must contain a valid .NET Framework format string, either as a standard format string (for example, `"C"` or `"D"`), or as a pattern of custom characters for dates and numeric values (for example, `"MMMM DD, yyyy (dddd)"`). Composite formatting isn't supported.
48+
The *format* argument must contain a valid .NET Framework format string, either as a standard format string (for example, `"C"` or `"D"`), or as a pattern of custom characters for dates and numeric values (for example, `"MMMM dd, yyyy (dddd)"`). Composite formatting isn't supported.
4949

5050
For a full explanation of these formatting patterns, consult the .NET Framework documentation on string formatting in general, custom date and time formats, and custom number formats. For more information, see [Formatting Types](/dotnet/standard/base-types/formatting-types).
5151

0 commit comments

Comments
 (0)