C# Класс Ctc.Ods.CommonExtensions

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

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

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

Creates an MD5 fingerprint of the string.

This code is copied from https://petemontgomery.wordpress.com/2008/08/07/caching-the-results-of-linq-queries/

Copyright (c) 2010 Pete Montgomery. http://petemontgomery.wordpress.com
Licenced under GNU LGPL v3. http://www.gnu.org/licenses/lgpl.html

UriCombine ( this val, string append ) : string

Code taken from http://stackoverflow.com/questions/372865/path-combine-for-urls/4275109#4275109

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

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

Creates an MD5 fingerprint of the string.

This code is copied from https://petemontgomery.wordpress.com/2008/08/07/caching-the-results-of-linq-queries/

Copyright (c) 2010 Pete Montgomery. http://petemontgomery.wordpress.com
Licenced under GNU LGPL v3. http://www.gnu.org/licenses/lgpl.html

public static ToMd5Fingerprint ( this s ) : string
s this
Результат string

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

public static UriCombine ( this val, string append ) : string
val this
append string
Результат string