ChecksumUpdateRegionBytes Property |
Turn the current checksum into a streamable byte array (network byte order).
Namespace:
Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public byte[] Bytes { get; }
Public ReadOnly Property Bytes As Byte()
Get
public:
property array<unsigned char>^ Bytes {
array<unsigned char>^ get ();
}
member Bytes : byte[] with get
Property Value
Type:
ByteSee Also