Reading data
        
Namespace:
Contracts
        Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					Public Shared Function ReadData( _ 
   ByVal s As Stream, _ 
   ByVal data_to_read As Byte(), _ 
   ByVal offset As Integer, _ 
   ByVal throw_exception As Boolean _ 
) As Boolean
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
	 
	Parameters
	- 
		
			s
		
	
 
	- 
		Type: Stream 
		
			<default> 
		
	 
	- 
		
			data_to_read
		
	
 
	- 
		Type: byte[] 
		
			<default> 
		
	 
	- 
		
			offset
		
	
 
	- 
		Type: int 
		
			<default> 
		
	 
	- 
		
			throw_exception
		
	
 
	- 
		Type: bool 
		
			<default> 
		
	 
	
		Return Value
	Type: 
bool 
	
	 
 
  
	
	
	
	
	
	
		
  
.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