I\'m looking for a built-in function/extended function in T-SQL for string manipulation similar to the String.Format method in .NET.
String.Format
Not exactly, but I would check out some of the articles on string handling (amongst other things) by "Phil Factor" (geddit?) on Simple Talk.