menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LenComparer - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LenComparer

    Inheritance
    System.Object
    LenComparer
    Implements
    System.Collections.Generic.IComparer<System.Object>
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class LenComparer : Object, IComparer<object>

    Constructors

    LenComparer()

    Declaration
    public LenComparer()

    Methods

    Compare(Object, Object)

    Compares 2 strings based on their length.

    Declaration
    public int Compare(object x, object y)
    Parameters
    Type Name Description
    System.Object x

    String 1.

    System.Object y

    String 2.

    Returns
    Type
    System.Int32

    Implements

    System.Collections.Generic.IComparer<>

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved