7 Years Ago
Fix for GetBytes. GetBuffer always returns the full 256 allocated bytes, even if they're not used. ToArray makes a copy, but only returns what's actually used. Big improvement for network traffic!