Shunde.NET Framework Class Library

BinaryData Constructor

Creates a new binary data with the specified data and mimetype

Overload List

Creates a new binary data with the specified data and mimetype

public BinaryData(Byte[],String,String);

Creates a new binary data with the specified size and mimetype

public BinaryData(Int32,String,String);

See Also

BinaryData Structure | Shunde.Framework Namespace