ByteArrayToImageSourceConverter public class ByteArrayToImageSourceConverter : BaseNullableConverter<byte[], ImageSource> Converts the incoming value from Byte[] and returns the object of a type ImageSource or vice versa. Documentation Code public ByteArrayToImageSourceConverter()