Reads a string from the settings section.
[Visual Basic]Overloads Public Function ReadString( _
ByVal name As String, _
ByVal def As String _
) As String
[C#]
public string ReadString(
string name,
string def
);
Parameters
- name
- The key to read from.
- def
- The default string to return.
Return Value
The string value that corresponds with the specified key, or def
if the specified key was not found in the collection.
See Also
ProxyConfig Class | ProxyConfig Members | Org.Mentalis.Proxy Namespace | ProxyConfig.ReadString Overload List