GogApi


Sort Module

Contains some helper function for Sort

Functions and values

Function or value Description

fromString str

Full Usage: fromString str

Parameters:
    str : string

Returns: Sort

Converts a string representation back to a Sort

str : string
Returns: Sort

toString sort

Full Usage: toString sort

Parameters:
Returns: string

Converts a Sort into its string representation

sort : Sort
Returns: string