StringList.Remove(String) Method

Definition

Removes a string from the list.

public:
 bool Remove(System::String ^ s);
public bool Remove (string s);
Public Function Remove (s As String) As Boolean

Parameters

s
String

The string to remove.

Returns

True is s was removed, false otherwise.

Applies to