Monobjc.Foundation.NSData.ToString C# (CSharp) Method

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : String
return String
        public override String ToString()
        {
            return String.Format(CultureInfo.CurrentCulture, "Length = {0:x}", this.Length);
        }