Namespace: Contracts
Assembly: Contracts (in Contracts.dll)

<ReliabilityContract(Consistency.WillNotCorruptState, Cer.MayFail)> _ 
Public Shared Function GetOldHashCode( _ 
ByVal to_hash As String
) As Integer
This language is not supported or no code example is available.
[ReliabilityContract(Consistency.WillNotCorruptState, Cer.MayFail)] 
public static int GetOldHashCode( 
string to_hash 
)
This language is not supported or no code example is available.
[ReliabilityContract(Consistency.WillNotCorruptState, Cer.MayFail)] 
public:  
static int GetOldHashCode( 
String^ to_hash 
)
This language is not supported or no code example is available.
public  
ReliabilityContract(Consistency.WillNotCorruptState, Cer.MayFail) 
static function GetOldHashCode( 
to_hash : String 
) : int;
This language is not supported or no code example is available.

Parameters

to_hash
Type: string

Return Value

Type: int

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1