[]
        
(Showing Draft Content)

C1.Android.Core.DefaultValueConverter

DefaultValueConverter Class

Converts a value into a specified type.

Inheritance
DefaultValueConverter
Implements
Namespace: C1.Android.Core
Assembly: C1.Android.Core.dll
Syntax
public class DefaultValueConverter : IValueConverter
Public Class DefaultValueConverter
    Implements IValueConverter

Constructors

Name Description
DefaultValueConverter()

Methods

Name Description
Convert(object, Type, object, CultureInfo)

Converts the specified value.

ConvertBack(object, Type, object, CultureInfo)

Converts back to the source type.

GetFormattedString(object, string)

Formats the value parameter using the specified format.