PercentEncode

Percent-Encodes a string.

  • Free Function
  • SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017

Syntax:

SELECT SQLHTTP.net.PercentEncode ( @String )

Arguments:

Name Type Description
@String nvarchar(MAX) Any character string, variable, or expression.

Return Type:

nvarchar(max)

Remarks:

See the following Wikipedia articles for more information about Percent-encoding

Sample Usage:

See Also: