|
StringExtensionsCenterText(String, Int32) Method
|
Centers text within the specified maximum length, biased to the left.
Text will be padded to the left and right with spaces.
If value is greater than specified maximum length, value returned will be truncated from the right.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax Remarks
Handles multiple lines of text separated by Environment.NewLine.
See Also