IGUtils.

TruncateForLabel(string) Method

Summary

Truncate the given string so it can be used in a GUI.Label. MaxLength = 16,382.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static string TruncateForLabel(string text)

Parameters

Name Type Description
text string

Return Value

Type Description
string