SoftadminUtil.String_Trim

Type: Scalar function

This function removes whitespace from the beginning and end of a string.

See documentation of function ADMIN_RTrim for the list of characters considered whitespace.

Return value: nvarchar(max)

The trimmed string.

Parameters

@Str mandatory nvarchar(max)
The string to be trimmed.