UtilStringFlipTextVertically Method

Transforms the source string into vertical text.

Definition

Namespace: DevCase.Core.DataProcessing.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string FlipTextVertically(
	string input,
	VerticalFlipTextMode flipMode,
	char separatorChar = '|'
)

Parameters

input  String
The input string to flip it vertically.

If this value is null, no changes are made to the string.

flipMode  VerticalFlipTextMode
The vertical flip mode indicating how the text should be flipped.
separatorChar  Char  (Optional)
Optional. The character used to separate columns. Default is "|".

Return Value

String
The resulting vertically flipped text.

See Also