Monobjc.ObjectiveCUnderlyingTypeAttribute.ToString C# (CSharp) Method

ToString() public method

Returns a String that represents this instance.
public ToString ( ) : String
return String
		public override String ToString ()
		{
			return String.Format (CultureInfo.CurrentCulture,
                                 Resources.ObjectiveCUnderlyingTypeString,
                                 this.Value,
                                 this.Is64Bits);
		}
	}
ObjectiveCUnderlyingTypeAttribute