C# Класс CQRSMicroservices.Web.Middleware.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetExtension ( this pathString ) : string

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

Описание методов

GetExtension() публичный статический Метод

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.
Результат string