Android.Text.Format.Formatter.FormatIpAddress Method
Returns a string in the canonical IPv4 format ###.###.###.### from a packed integer containing the IP address.

Syntax

[Android.Runtime.Register("formatIpAddress", "(I)Ljava/lang/String;", "")]
[System.Obsolete("deprecated")]
public static string FormatIpAddress (int addr)

Parameters

ipv4Address
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a string in the canonical IPv4 format ###.###.###.### from a packed integer containing the IP address. The IPv4 address is expected to be in little-endian format (LSB first). That is, 0x01020304 will return "4.3.2.1".

[Android Documentation]

Requirements

Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3