NSIso8601DateFormatter.ToDate(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.
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