Click or drag to resize
OGUtilitiesRemove Method
Removes a pattern from the string repeatedly until the end.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static string Remove(
	string s,
	string pattern
)

Parameters

s
Type: SystemString
Input string.
pattern
Type: SystemString
Pattern to remove.

Return Value

Type: String
String with the pattern removed.
See Also