[This is preliminary documentation and is subject to change.]

Computes the hash value for the specified Stringinput using UTF8.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static string ComputeHashString(
	this MD5 md5,
	string input
)
Visual Basic (Declaration)
<ExtensionAttribute> _
Public Shared Function ComputeHashString ( _
	md5 As MD5, _
	input As String _
) As String
Visual C++
[ExtensionAttribute]
public:
static String^ ComputeHashString(
	MD5^ md5, 
	String^ input
)

Parameters

md5
Type: System.Security.Cryptography..::.MD5
The MD5 instance that will perform the hash computation.
input
Type: System..::.String
A String value.

Return Value

A String containing the computed hash of input.

See Also

MD5Extensions Class
ComputeHashString Overload
Facebook Namespace