| IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > CryptoFns Class : CalcStringHash Method |
'DeclarationPublic Shared Function CalcStringHash( _ ByVal stringToHash As String, _ ByVal maxChars As Integer _ ) As String
'UsageDim stringToHash As String Dim maxChars As Integer Dim value As String value = CryptoFns.CalcStringHash(stringToHash, maxChars)
public static string CalcStringHash( string stringToHash, int maxChars )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2