NSUrl.FromString(String) Method

Definition

Creates a Url from the given strings.

[Foundation.Export("URLWithString:")]
public static Foundation.NSUrl FromString (string s);
static member FromString : string -> Foundation.NSUrl

Parameters

s
String

Returns

Attributes

Applies to