C# Class Ctc.Ods.CommonExtensions

Mostrar archivo Open project: BellevueCollege/CtcApi

Public Methods

Method Description
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

Method Details

ToMd5Fingerprint() public static method

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
return string

UriCombine() public static method

public static UriCombine ( this val, string append ) : string
val this
append string
return string