SerializationHelperRemoveInvalidXmlChars Method

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
C#
public static string RemoveInvalidXmlChars(
	string xml,
	char? replacer = '_'
)

Parameters

xml  String
 
replacer  NullableChar  (Optional)
 

Return Value

String

See Also