Patterns.IpAddress Property

Definition

Kept for backward compatibility reasons.

[Android.Runtime.Register("IP_ADDRESS")]
public static Java.Util.Regex.Pattern? IpAddress { get; }
[<Android.Runtime.Register("IP_ADDRESS")>]
static member IpAddress : Java.Util.Regex.Pattern

Property Value

Attributes

Remarks

Kept for backward compatibility reasons. It does not match IPv6 addresses.

This member is deprecated. Please use android.net.InetAddresses#isNumericAddress(String) instead.

Java documentation for android.util.Patterns.IP_ADDRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to