Click or drag to resize
StringExtrasSplitStrings Method
Split a long string into separate lines based on a max length

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<string> SplitStrings(
	string instr,
	int max
)

Parameters

instr
Type: SystemString
max
Type: SystemInt32

Return Value

Type: ListString
See Also