HashHelper.GetOldHashCode Method
        
		
       
		
	
	
	
				
			
	
			
				
				
				
					<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
		
	
 
	- 
		string 
	
 
	 
	
		Return Value
	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