|
StringExtensionsCenterText(String, Int32, Char) Method
|
Centers text within the specified maximum length, biased to the left.
Text will be padded to the left and right with specified padding character.
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.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
Syntax
Remarks
Handles multiple lines of text separated by Environment.NewLine.
See Also