ADMIN_InitCap

Deprecated. Don't use for new development and try to migrate existing uses.

Type: Scalar function

Converts the first character of every word to upper case.

Return value: nvarchar(max)

The converted string.

Parameters

@txt mandatory nvarchar(max)
The string to convert.