Class FileMediaSourceConverter
A TypeConverter that converts to FileMediaSource.
Inheritance
System.Object
FileMediaSourceConverter
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public sealed class FileMediaSourceConverter : TypeConverter
Methods
ConvertFromInvariantString(String)
Creates a file media source given a path to a media.
Declaration
public override object ConvertFromInvariantString(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | The value to convert. |
Returns
| Type | Description |
|---|---|
| System.Object | FileMediaSource |