C# Класс cyberh0me.Utilities.StringExtensions

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

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

Метод Описание
EndsWith ( this source, string check ) : bool
StartsWith ( this input, string part ) : bool
ToBytes ( this value ) : byte[]

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

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

public static EndsWith ( this source, string check ) : bool
source this
check string
Результат bool

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

public static StartsWith ( this input, string part ) : bool
input this
part string
Результат bool

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

public static ToBytes ( this value ) : byte[]
value this
Результат byte[]