Skip to content

Conversation

wayfrae
Copy link

@wayfrae wayfrae commented Mar 2, 2023

Some IP addresses, such as 192.168.0.137, will be converted to a negative number by ToInt32(). It is better to use ToUInt32() since the IPAddress construction will throw an exception for negative numbers.

Some IP addresses, such as 192.168.0.137, will be converted to a negative number by ToInt32(). ToUInt32() should be used since an IP address will never be negative.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant