Click or drag to resize
StringExtrasTruncate Method

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

Parameters

instr
Type: SystemString
maxlen
Type: SystemInt32
trucatedend (Optional)
Type: SystemString

Return Value

Type: String
See Also