Class Convert
public static class Convert
- Inheritance
-
Convert
- Inherited Members
Methods
ToJSON(IResult)
To json.
public static string ToJSON(this IResult value)
Parameters
valueIResultThe value.
Returns
- string
The Json of an IResult object.
ToJSON(IEnumerable<IResult>)
To json.
public static string ToJSON(this IEnumerable<IResult> value)
Parameters
valueIEnumerable<IResult>The value.
Returns
- string
The Json of an IResult object.