Java.Text.DateFormat.Parse Method
Parses a date from the specified string using the rules of this date format.

Syntax

[Android.Runtime.Register("parse", "(Ljava/lang/String;)Ljava/util/Date;", "GetParse_Ljava_lang_String_Handler")]
public virtual Java.Util.Date Parse (string string)

Parameters

string
the string to parse.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Text.ParseExceptionif an error occurs during parsing.

Remarks

Parses a date from the specified string using the rules of this date format.

[Android Documentation]

Requirements

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