Show / Hide Table of Contents

Class UIServices

Provides various services.

Inheritance
object
UIServices
Namespace: ABB.Robotics.RobotStudio.UI
Assembly: ABB.Robotics.RobotStudio.UI.dll
Syntax
public static class UIServices

Properties

View Source

NaturalOrderSorter

Returns a comparer that sorts strings in natural sort order

Declaration
public static IComparer<string> NaturalOrderSorter { get; }
Property Value
Type Description
IComparer<string>
View Source

ReverseNaturalOrderSorter

Returns a comparer that sorts strings in reverse natural sort order

Declaration
public static IComparer<string> ReverseNaturalOrderSorter { get; }
Property Value
Type Description
IComparer<string>

Methods

View Source

NaturalOrderSort(object, object)

Implements a natural order sort

Declaration
public static int NaturalOrderSort(object lhs, object rhs)
Parameters
Type Name Description
object lhs
object rhs
Returns
Type Description
int
View Source

NaturalOrderSort(string, string, bool)

Implements a natural order sort

Declaration
public static int NaturalOrderSort(string lhs, string rhs, bool caseInsensitive = true)
Parameters
Type Name Description
string lhs
string rhs
bool caseInsensitive
Returns
Type Description
int
  • View Source
In this article
Back to top Copyright © 2025 ABB