CommonFunctionsTruncateString Method

Scanjour Workflow4 Reference Manual
Shortens a string to the maximum length specified.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string TruncateString(
	string text,
	int maxLenght
)

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: String
The potentially shortened string.
See Also

Reference