Parent
Net.PageData.MakeSafeString
Remove any funny codes and convert LF into HTML. This is necessary when the user enters data that will be rendered to the display. > and < are removed and LF ar converted to <br>. String to convert String with Gyphs inserted.

Private Net.PageData.MakeSafeString(#15)
  Type Name Description  
  string sIn  
  Return Description  
  string  
Remarks: