
October 18th, 2012, 06:35 AM
|
|
Contributing User
|
|
Join Date: Oct 2010
Posts: 72
Time spent in forums: 6 h 7 m 4 sec
Reputation Power: 3
|
|
|
Can save images to a structured text file C# ?
Suppose structured
public struct stStaff
{
public WhatType? Picture; // Pictures 3x4 (what kind for pictures ?)
public string FullName; // FullName
public DateTime BirthDay; // Birthday
}
Can save images to a structured text file (note: do not store the path of the image), to save the image of the structure of text files will have style? one example of this?
|