NSData.ToString 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.
Overloads
ToString() |
Returns a string representation of the value of the current instance. |
ToString(NSStringEncoding) |
Returns a string representation of the value of the current instance. |
ToString()
Returns a string representation of the value of the current instance.
public override string ToString ();
override this.ToString : unit -> string
Returns
Applies to
ToString(NSStringEncoding)
Returns a string representation of the value of the current instance.
public Foundation.NSString ToString (Foundation.NSStringEncoding encoding);
override this.ToString : Foundation.NSStringEncoding -> Foundation.NSString
Parameters
- encoding
- NSStringEncoding
The encoding to use to convert the contents.