Android.Util.Size.ParseSize Method
Parses the specified string as a size value.

Syntax

[Android.Runtime.Register("parseSize", "(Ljava/lang/String;)Landroid/util/Size;", "")]
public static Size ParseSize (string string)

Parameters

string
the string representation of a size value.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NumberFormatExceptionif string cannot be parsed as a size value.
Java.Lang.NullPointerExceptionif string was null

Remarks

Parses the specified string as a size value.

The ASCII characters \u002a ('*') and \u0078 ('x') are recognized as separators between the width and height.

For any Size s: Size.parseSize(s.toString()).equals(s). However, the method also handles sizes expressed in the following forms:

"widthxheight" or "width*height" => new Size(width, height), where width and height are string integers potentially containing a sign, such as "-10", "+7" or "5".

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0