Clip a string to a given length, starting at a particular offset, returning the clipped
string with ellipses representing the removed parts
Syntax
Parameters
- s
- The string to be clipped
- maxStringLength
- The maximum permitted length of the result string
- clipStart
- The point at which to start clipping
Returns
The clipped string
Remarks
Requirements
Namespace: NUnit.Framework.Constraints
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 0.6.0.0, 1.0.0.0