Sitecore 5.0 API

MainUtil.RemoveEmptyStrings Method 

Removes the empty strings.

[Visual Basic]
Public Shared Function RemoveEmptyStrings( _
   ByVal values As String() _
) As String()
[C#]
public static string[] RemoveEmptyStrings(
   string[] values
);

Parameters

values
Values.

See Also

MainUtil Class | Sitecore Namespace