System::Collections::Specialized::NameValueCollection::idx_get method

NameValueCollection::idx_get method

Gets value at specified index.

String System::Collections::Specialized::NameValueCollection::idx_get(const String &name)
ParameterTypeDescription
nameconst String&entry name.

ReturnValue

Copy of value at specified index.

See Also