Class Environment.Serialization.Convert
Inheritance
System.Object
Environment.Serialization.Convert
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public class Convert
Methods
Image(Byte[])
Declaration
public static BitmapSource Image(byte[] image)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | image |
Returns
Type | Description |
---|---|
System.Windows.Media.Imaging.BitmapSource |
Image(BitmapSource)
Declaration
public static byte[] Image(BitmapSource image)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Imaging.BitmapSource | image |
Returns
Type | Description |
---|---|
System.Byte[] |