MacAddress.FromString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("fromString", "(Ljava/lang/String;)Landroid/net/MacAddress;", "", ApiSince=28)]
public static Android.Net.MacAddress FromString (string addr);
[<Android.Runtime.Register("fromString", "(Ljava/lang/String;)Landroid/net/MacAddress;", "", ApiSince=28)>]
static member FromString : string -> Android.Net.MacAddress
Parameters
- addr
- String
Returns
- Attributes