PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Strips non valid xml (control) characters from the input string.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public static string StripNonValidXMLCharacters(
	string s
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function StripNonValidXMLCharacters ( _
	s As  _
) As 

Parameters

s
String
The input string.

Return Value

A copy of the input string without the non valid characters.

See Also

XmlUtil Class
Smartsite.Core Namespace
Advanced