Internet |
public abstract string ToString( FormatOptions options, bool encode )
Exception | Condition |
---|---|
ArgumentNullException | options is null. |
If the encode parameter is true, then this method will return an encoded version of the internet address according to the rules described in rfc2047.
However, if the encode parameter is false, then this method will return a string suitable only for display purposes.