Endjin.Assembly.ChangeDetection.Infrastructure.LazyFormat.ToString C# (CSharp) Method

ToString() public method

Return the string generated by the formatMethod.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return this.myFormatMethod();
        }
    }