Photo Constructor | Initializes a new instance of the Photo class. |
Filename | Gets the Filename property. This is only applicable when the Encode method is called. If the Encode method was not called, the URL property must be used. |
Filetype | Gets or sets the Filetype property. This is used along with the Filename property. |
Rawdata | Gets or sets the Rawdata property. |
URL | Gets or sets the URL property. |
Decode | This method decodes a Base64 string, saving it to the DestinationFilename. The file extension is based on the Filetype of the encoded photo. |
DecodeToImage | DecodeToImage -- TEST TEST TEST |
Encode | This method Base64 encodes a given filename. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |