Below is the list of groups in which the member is participating
Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.
Actions with a green tick can be performed by this member.
#region Saving image as string //Image image = Image.FromFile(@"C:\Images\3D art Wallpapers\Glass_Sphere.jpg"); //MemoryStream memStream = new MemoryStream(); //image.Save(memStream,image.RawFormat); //byte[] array = memStream.ToArray(); //string imageString = Convert.ToBase64String(array); #endregion #region Creating image from string //string imageString = "read the image string from XML file"; //byte[] imageBytes = Convert.FromBase64String(imageString); //MemoryStream memStream = new MemoryStream(imageBytes); //Image image = Image.FromStream(memStream); #endregion
General News Suggestion Question Bug Answer Joke Praise Rant Admin
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.