Android.OS.ParcelUuid.FromString Method
Creates a new ParcelUuid from a string representation of Java.Util.UUID.

Syntax

[Android.Runtime.Register("fromString", "(Ljava/lang/String;)Landroid/os/ParcelUuid;", "")]
public static ParcelUuid FromString (string uuid)

Parameters

uuid
the UUID string to parse.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif uuid is null.
Java.Lang.IllegalArgumentExceptionif uuid is not formatted correctly.

Remarks

Creates a new ParcelUuid from a string representation of Java.Util.UUID.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5