Creates Result if the resultJson is not null.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Result fromJson(
string resultJson
)
Public Shared Function fromJson (
resultJson As String
) As Result
public:
static Result^ fromJson(
String^ resultJson
)
static member fromJson :
resultJson : string -> Result
Parameters
- resultJson
- Type: SystemString
Return Value
Type:
ResultSee Also