ZebraCardTemplateConvertDataDocumentToDataMap Method
|
Converts a JSON or XML formatted template data document into a Dictionary object.
Namespace:
Zebra.Sdk.Card.Job.Template
Assembly:
SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax public Dictionary<string, string> ConvertDataDocumentToDataMap(
string dataDocument
)
Public Function ConvertDataDocumentToDataMap (
dataDocument As String
) As Dictionary(Of String, String)
public:
virtual Dictionary<String^, String^>^ ConvertDataDocumentToDataMap(
String^ dataDocument
) sealed
Parameters
- dataDocument
- Type: SystemString
JSON or XML formatted template data document.
Return Value
Type:
DictionaryString,
StringA Dictionary object containing the template field names as the keys and the template field values for the key values.
Implements
ZebraTemplateConvertDataDocumentToDataMap(String)Exceptions See Also