BridgeStack.ApiEndpointBuilder.ToString C# (CSharp) Method

ToString() public method

Overrides the default ToString method call with a method call that actually builds the endpoint.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return _out.Value;
        }