Gets the hash value.
Namespace: DotNetNuke.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public static string GetHashValue( Object HashObject, string DefaultValue ) |
| Visual Basic |
|---|
Public Shared Function GetHashValue ( HashObject As Object, DefaultValue As String ) As String |
Parameters
- HashObject
- Type: System..::..Object
The hash object.
- DefaultValue
- Type: System..::..String
The default value.