The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Assert.ReplaceNullChars Method (String)
In a string, replaces null characters ('\0') with "\\0".
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Parameters
- input
-
Type:
System.String
The string in which to search for and replace null characters.
Show: