C# Class CQRSMicroservices.Web.Middleware.Extensions

Mostrar archivo Open project: AFASResearch/CQRS-Playground

Public Methods

Method Description
GetExtension ( this pathString ) : string

Gets the extension of a path string without the . (so: NewPerson.command will return "command")

Method Details

GetExtension() public static method

Gets the extension of a path string without the . (so: NewPerson.command will return "command")
public static GetExtension ( this pathString ) : string
pathString this The path string.
return string