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 string img
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function ToImageSource ( _
	img As String _
) As Task(Of ImageSource)
JScript
public static function ToImageSource(
	img : String
) : Task<ImageSource>

Parameters

img
Type: System..::..String
The BASE64 image.

See Also