BridgeStack.ApiEndpointBuilder.ToString C# (CSharp) Метод

ToString() публичный Метод

Overrides the default ToString method call with a method call that actually builds the endpoint.
public ToString ( ) : string
Результат string
        public override string ToString()
        {
            return _out.Value;
        }