Endjin.Assembly.ChangeDetection.Infrastructure.WIN32_FIND_DATA.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 "File name=" + this.cFileName;
        }
    }
WIN32_FIND_DATA