[This is preliminary documentation and is subject to change.]
Convert the incoming string into an XML format by replacing some characters by their
XML coding.
| C# | Visual Basic | Visual C++ |
public static string ConvertString( string inString, bool displaySpaces )
Public Shared Function ConvertString ( _ inString As String, _ displaySpaces As Boolean _ ) As String
public: static String^ ConvertString( String^ inString, bool displaySpaces )
- inString (String)
- String to be converted.
- displaySpaces (Boolean)
- Display spaces correctly for attribute values.
Converted string.