NSIso8601DateFormatter.ToDate(String) Method

Definition

Parses the string using the FormatOptions.

[Foundation.Export("dateFromString:")]
public virtual Foundation.NSDate ToDate (string string);
abstract member ToDate : string -> Foundation.NSDate
override this.ToDate : string -> Foundation.NSDate

Parameters

string
String

Returns

The NSDate or null if there is a formatting problem.

Attributes

Applies to