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

Namespace:  Phoenix.Utils
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string ComputeHash(
	string path
)
Public Shared Function ComputeHash ( _
	path As String _
) As String
public:
static String^ ComputeHash(
	String^ path
)

Parameters

path
String

See Also