MsgUtils.ClipExpectedAndActual(String, String, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clip the expected and actual strings in a coordinated fashion, so that they may be displayed together.
public static void ClipExpectedAndActual(ref string expected, ref string actual, int maxDisplayLength, int mismatch);
static member ClipExpectedAndActual : * * int * int -> unit
Parameters
- expected
- String
- actual
- String
- maxDisplayLength
- Int32
- mismatch
- Int32