Mono Class Library: System.Collections.Specialized.NameValueCollection Overview | Members

System.Collections.Specialized.NameValueCollection.Get Method

Gets the values associated with the specified key from the current instance combined into one comma-separated list. [Edit]

public virtual string Get (string name)

Parameters

name
A string that specified the key of the entry that contains the values to get. [Edit]

Returns

A string that contains a comma-separated list of the values associated with the specified key from the current instance, if found; otherwise, null. [Edit]

Remarks

Operation
As described above.

If name is null, the values associated with the null key, if any, are returned; otherwise, null is returned.

[Edit]

Requirements

Namespace: System.Collections.Specialized
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0