[This is preliminary documentation and is subject to change.]
Remove the first line from the xml string.
- so that we can embed this string in the DVT results xml string.
| C# | Visual Basic | Visual C++ |
public string RemoveHeader( string xmlString )
Public Function RemoveHeader ( _ xmlString As String _ ) As String
public: String^ RemoveHeader( String^ xmlString )
- xmlString (String)
- Input string.
Modified String - without the first line.