RawDataGetFileTypeExtension Method

Gets an appropriate file type extension.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public string GetFileTypeExtension()

Return Value

String
The file type extension.

Remarks

If the RawData instance encapsulates a Uri, the file type extension is for the data the Uri references.

See Also