Vestris.ResourceLib.ResourceId.ToString C# (CSharp) Method

ToString() public method

String representation of the resource Id.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return Name;
        }