fnMFRemoveIllegalXMLCharacters

Return
  • 1 = Success

  • -1 = Error

Parameters
@Input NVARCHAR(MAX)

character string to be sanitised

Purpose

Remove illegal XML characters from a string

Changelog

Date

Author

Description

2025-06-13

LC

Create function