public sealed class RawData
Public NotInheritable Class RawData
public ref class RawData sealed
[<SealedAttribute>]
type RawData = class end
Bytes | Gets the encapsulated Byte array, or null, if the encapsulated value has a different Type. |
IsEmpty | true if the instance doesn't contain any data, otherwise false. |
MediaType | Specifies the MIME type for the data. |
String | Gets the encapsulated String, or null, if the encapsulated value has a different Type. |
Uri | Gets the encapsulated Uri, or null, if the encapsulated value has a different Type. |
ConvertTResult(FuncByte, TResult, FuncUri, TResult, FuncString, TResult) | Converts the encapsulated value to TResult. |
ConvertTArg, TResult(TArg, FuncByte, TArg, TResult, FuncUri, TArg, TResult, FuncString, TArg, TResult) | Converts the encapsulated value to TResult and allows to specify an argument for the conversion. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
FromBytes | Creates a new RawData instance from an array of Bytes. |
FromFile | Creates a new RawData instance from the binary content of a file. |
FromText | Creates a new RawData instance from text. |
FromUri | Creates a new RawData instance from an absolute Uri, which references external data. |
GetFileTypeExtension | Gets an appropriate file type extension. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Switch(ActionByte, ActionUri, ActionString) | Performs an ActionT depending on the Type of the encapsulated value. |
SwitchTArg(TArg, ActionByte, TArg, ActionUri, TArg, ActionString, TArg) | Performs an ActionT depending on the Type of the encapsulated value and allows to pass an argument to the delegates. |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |