WebAppHelper ConvertSelectedValues Method A Sandcastle Documented Class Library
Converts the entries in the given list box to a comma separated string.

Namespace: P4s3Web.WebAppHelperLib
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string ConvertSelectedValues(
	ListBox lb
)

Parameters

lb
Type: System.Web.UI.WebControls ListBox

Return Value

Type: String
See Also