alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TagToPaddingConverter

    Inheritance
    System.Object
    TagToPaddingConverter
    Implements
    Microsoft.Maui.Controls.IValueConverter
    Namespace: SampleBrowser.Maui.Base.Converters
    Assembly: SampleBrowser.Maui.Base.dll
    Syntax
    public class TagToPaddingConverter : Object, IValueConverter

    Constructors

    TagToPaddingConverter()

    Declaration
    public TagToPaddingConverter()

    Methods

    Convert(Object, Type, Object, CultureInfo)

    Declaration
    public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
    Parameters
    Type Name Description
    System.Object value
    System.Type targetType
    System.Object parameter
    System.Globalization.CultureInfo culture
    Returns
    Type
    System.Object
    Exceptions
    Type Condition
    System.ArgumentNullException

    ConvertBack(Object, Type, Object, CultureInfo)

    Declaration
    public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
    Parameters
    Type Name Description
    System.Object value
    System.Type targetType
    System.Object parameter
    System.Globalization.CultureInfo culture
    Returns
    Type
    System.Object
    Exceptions
    Type Condition
    System.NotImplementedException

    Implements

    Microsoft.Maui.Controls.IValueConverter
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved