UtilReadJsonKeyStringValue Method |
Namespace:
MFiles.Crypto
Assembly:
MFiles.Crypto (in MFiles.Crypto.dll) Version: 21.8.10524.1
Syntaxpublic static string ReadJsonKeyStringValue(
string json,
string keyName,
bool ignoreCase
)
Public Shared Function ReadJsonKeyStringValue (
json As String,
keyName As String,
ignoreCase As Boolean
) As String
public:
static String^ ReadJsonKeyStringValue(
String^ json,
String^ keyName,
bool ignoreCase
)
Parameters
- json
- Type: SystemString
- keyName
- Type: SystemString
- ignoreCase
- Type: SystemBoolean
Return Value
Type:
String
See Also