Метод | Описание | |
---|---|---|
EndsWith ( this source, string check ) : bool | ||
StartsWith ( this input, string part ) : bool | ||
ToBytes ( this value ) : byte[] |
public static EndsWith ( this source, string check ) : bool | ||
source | this | |
check | string | |
Результат | bool |
public static StartsWith ( this input, string part ) : bool | ||
input | this | |
part | string | |
Результат | bool |
public static ToBytes ( this value ) : byte[] | ||
value | this | |
Результат | byte[] |