NSData.ToString Method

Definition

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.

Returns

Applies to