C# Class Open.Core.Common.SerializationExtensions

Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
FromBase64ToImage ( this self ) : BitmapImage

Converts a Base64 encoded string into a bitmap image.

Method Details

FromBase64ToImage() public static method

Converts a Base64 encoded string into a bitmap image.
public static FromBase64ToImage ( this self ) : BitmapImage
self this The string containing the byte data (typically a string created from the 'Convert.ToBase64' method).
return System.Windows.Media.Imaging.BitmapImage