idx_get()

NameValueCollection::idx_get(const String&) method

Gets value at specified index.

String System::Collections::Specialized::NameValueCollection::idx_get(const String &name)

Arguments

ParameterTypeDescription
nameconst String&entry name.

Return Value

Copy of value at specified index.

See Also