ColumnSortOrderExtensions.

ToShortString(ColumnSortOrder) Method

Summary

Returns the short identifier of the sort order.

Syntax

public static string ToShortString(this ColumnSortOrder sortOrder)

Parameters

Name Type Description
sortOrder ColumnSortOrder Sort order for which the identifier should be returned.

Return Value

Type Description
string Short identifier of the sort order.
GitHub