C# 클래스 EFBootstrap.Extensions.StringExtensions

Encapsulates a series of time saving extension methods to Strings.
파일 보기 프로젝트 열기: JimBobSquarePants/EFBootstrap

공개 메소드들

메소드 설명
ToMD5Fingerprint ( this expression ) : string

Creates an MD5 fingerprint of the String.

메소드 상세

ToMD5Fingerprint() 공개 정적인 메소드

Creates an MD5 fingerprint of the String.
public static ToMD5Fingerprint ( this expression ) : string
expression this The String instance that this method extends.
리턴 string