RawDataGetFileTypeExtension Method

Gets an appropriate file type extension.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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