Example #1
0
 internal static string ToSerializedValue(this SortDirection?value)
 {
     return(value?.ToSerializedValue());
 }