JsonSortByConverter.CanConvert method

namespace: Serenity.Services   assemblySerenity.Net.Services

Determines whether this instance can convert the specified object type.

public override bool CanConvert(Type objectType)
parameter description
objectType Type of the object.

Return Value

True if this instance can convert the specified object type; otherwise, false.

See Also