Shortens a string to the maximum length specified.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Parameters
- text
- Type: SystemString
The text to be shortened. - maxLenght
- Type: SystemInt32
[Missing <param name="maxLenght"/> documentation for "M:Scanjour.Workflow4.Base.CommonFunctions.TruncateString(System.String,System.Int32)"]
Return Value
Type: StringThe potentially shortened string.
See Also