C# 클래스 Ctc.Ods.CommonExtensions

파일 보기 프로젝트 열기: BellevueCollege/CtcApi

공개 메소드들

메소드 설명
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