Click or drag to resize
StringExtrasPadString Method
Truncate or pad a string with spaces to a certain length

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string PadString(
	string instr,
	int maxlen
)

Parameters

instr
Type: SystemString
maxlen
Type: SystemInt32

Return Value

Type: String
See Also