Click or drag to resize
StringExtrasAddText Method
append/prepend text to a string

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string AddText(
	string origString,
	string addText,
	bool isFront
)

Parameters

origString
Type: SystemString
addText
Type: SystemString
isFront
Type: SystemBoolean

Return Value

Type: String
See Also