[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection

ToNameValueCollection Method

ToNameValueCollection(object)

Converts the public properties of the specified object to a NameValueCollection.

Declaration
public static NameValueCollection ToNameValueCollection(this object obj)
Parameters
Type Name Description
object obj

The object whose properties to convert.

Returns
Type Description
NameValueCollection

A NameValueCollection containing the property names and their string values.