GeekDork.WebSkeleton Reference

StringList.Add Method 

Add a new string to the list.

[Visual Basic]
Public Function Add( _
   ByVal sString As String _
) As Integer
[C#]
public int Add(
   string sString
);

Parameters

sString

Return Value

String to add

See Also

StringList Class | GeekDork.WebSkeleton Namespace