Microsoft.ResourceManagement.ObjectModel.RmAttributeChange.ToString C# (CSharp) Method

ToString() public method

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return String.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}:{1}", this.Name.ToString(), this.Value.ToString());
        }