|   | EndianOrderCoerceByteOrder Method | 
        
        
          Note: This API is now obsolete.
        
        
            Changes the order of a buffer (reverse or pass-through) based on the target endian-order of this 
EndianOrder representation.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax<ObsoleteAttribute("This method may be removed from future builds", 
	false)>
Public Function CoerceByteOrder ( 
	buffer As Byte()
) As Byte()[<ObsoleteAttribute("This method may be removed from future builds", 
	false)>]
member CoerceByteOrder : 
        buffer : byte[] -> byte[] function CoerceByteOrder(buffer);
Parameters
- buffer  Byte
- Byte buffer to be coerced.
Return Value
ByteCoerced byte array.
 See Also
See Also