To the image source.

Namespace: Ico.WPF.Specialized.DataGridControl.Behaviors
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static Task<ImageSource> ToImageSource(
	this byte[] imageBytes
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function ToImageSource ( _
	imageBytes As Byte() _
) As Task(Of ImageSource)
JScript
public static function ToImageSource(
	imageBytes : byte[]
) : Task<ImageSource>

Parameters

imageBytes
Type: array<System..::..Byte>[]()[][]
The image bytes.

See Also