Interface IAimpDataFieldDisplayValue
Providers an ability to customize display value for specified field.
Namespace: AIMP.SDK.MusicLibrary.DataStorage
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpDataFieldDisplayValue
Methods
GetDisplayValue(Object, out Int32)
Gets the display value.
Declaration
string GetDisplayValue(object value, out int length)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The original value. |
System.Int32 | length | Count of characters in result. |