SenseNet.ContentRepository.Storage.BinaryFileName.ToString C# (CSharp) Method

ToString() public method

Returns the fully qualified type name of this instance.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return FullFileName;
        }