Click or drag to resize

ConsoleSupportLineFormat Method

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public static string LineFormat(
	string message,
	int IndentWidth = 0,
	Nullable<int> LineWidth = null,
	char WordDelimiter = '',
	char FillChar = ''
)

Parameters

message
Type: SystemString
IndentWidth (Optional)
Type: SystemInt32
LineWidth (Optional)
Type: SystemNullableInt32
WordDelimiter (Optional)
Type: SystemChar
FillChar (Optional)
Type: SystemChar

Return Value

Type: String
See Also