FormatString1 Function (System.Globalization Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Returns a formatted string based on the string template and one substitution string.
[System.Globalization].[FormatString1] ( @format, @item0 )
Arguments
@format
Type: nvarchar(max). A template for formatting the output string. An indexed format item, "{0}", is replaced by the value of parameter @item0.
@item0
Type: nvarchar(max). A string that replaces the "{0}" item in the @format string.
Return Types
nvarchar(max)