Converts the given byte array back into a native object. If the object itself needs to be replace (as is the case for arrays), then a new object may be assigned out through the parameter.
[Visual Basic] Overridable Protected Sub ConvertToValue( _ ByVal bytes() As Byte, _ ByRef value As Object _ ) [C#] protected virtual void ConvertToValue( byte[] bytes, ref object value ); [C++] protected: virtual void ConvertToValue( unsigned char* bytes[], Object** value ); [JScript] protected function ConvertToValue( bytes : Byte[], value : Object );
BinaryEditor Class | BinaryEditor Members | System.ComponentModel.Design Namespace