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.
Implicit conversion from string to an NSData encoded as UTF8.
public static implicit operator Foundation.NSData (string s);
static member op_Implicit : string -> Foundation.NSData