From 78eccc96e39e70a166e59cbe249b61deb38d9e9b Mon Sep 17 00:00:00 2001 From: Brad Collins Date: Fri, 14 Apr 2017 15:16:07 -0500 Subject: [PATCH] Corrected example Corrected 1st example in "Remarks" section. `IPAddress.Parse("65536")` actually produces `0.1.0.0`. `IPAddress.Parse("65535")` produces `0.0.255.255`. --- xml/System.Net/IPAddress.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Net/IPAddress.xml b/xml/System.Net/IPAddress.xml index 0a8e5fec5e41c..3ad3e9c39efed 100644 --- a/xml/System.Net/IPAddress.xml +++ b/xml/System.Net/IPAddress.xml @@ -1239,7 +1239,7 @@ |Number of parts and example `ipString`|IPv4 address for IPAddress| |--------------------------------------------|--------------------------------| -|1 -- "65536"|0.0.255.255| +|1 -- "65535"|0.0.255.255| |2 -- "20.2"|20.0.0.2| |2 -- "20.65535"|20.0.255.255| |3 -- "128.1.2"|128.1.0.2| @@ -1400,4 +1400,4 @@ - \ No newline at end of file +