  | SDKUtilityCheckJsonResult Method  | 
 [This is preliminary documentation and is subject to change.]
            Check Json string return from server, and convert to json token
            
 
    Namespace: 
   Ruyi
    Assembly:
   SDK.Base.nf2.0 (in SDK.Base.nf2.0.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntaxpublic static RuyiErrorMessage CheckJsonResult(
	out JToken retJson,
	string result,
	Func<RuyiErrorMessage> fcGetErrMsg,
	string moduleName,
	params Object[] args
)
Parameters
- retJson
 - Type: JToken
The json token parsed from result - result
 - Type: SystemString
The json string from server - fcGetErrMsg
 - Type: SystemFuncRuyiErrorMessage
Function used to get error message - moduleName
 - Type: SystemString
The caller module name - args
 - Type: SystemObject
Argument passed to the error message 
Return Value
Type: 
RuyiErrorMessage[Missing <returns> documentation for "M:Ruyi.SDKUtility.CheckJsonResult(Newtonsoft.Json.Linq.JToken@,System.String,System.Func{Ruyi.RuyiErrorMessage},System.String,System.Object[])"]
See Also