Converting < into "&lt;" in datatransform

I am trying to append the “<” and “>” symbols to a property value via datatransform but they are being converted as “<” and “>” but I want these values to be passed to external system as it is, any quick help would be appreciable.

@String.escapeForXSL() function solved the issue.