public class MtxVecBytesConverter<T> : TypeConverter
Generic converter for types implementing Dew.Math.IMtxVecSerializable. Serializes to/from System.Byte[] and shows a concise, read-only preview string in the PropertyGrid. Uses ComplexValues / IntegerValues for known Dew types.
Methods
| Name | Description |
|---|---|
| CanConvertFrom | Returns true if converting from System.Byte[]. |
| CanConvertTo | Returns true if converting to System.Byte[] or System.String. |
| ConvertFrom | Reconstructs the instance from a System.Byte[] blob. |
| ConvertTo | Returns a preview string for UI display or a byte[] for designer serialization. |
| GetPropertiesSupported | Prevents expansion in PropertyGrid. |