Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
EFBootstrap
Extensions
StringExtensions
C# Class EFBootstrap.Extensions.StringExtensions
Encapsulates a series of time saving extension methods to
String
s.
显示文件
Open project: JimBobSquarePants/EFBootstrap
Public Methods
Method
Description
ToMD5Fingerprint
(
this
expression
) :
string
Creates an MD5 fingerprint of the String.
Method Details
ToMD5Fingerprint()
public
static
method
Creates an MD5 fingerprint of the String.
public
static
ToMD5Fingerprint
(
this
expression
) :
string
expression
this
The
String
instance that this method extends.
return
string