ZebraTemplateConvertDataDocumentToDataMap Method 
             | 
          
        
         
            Converts a JSON or XML formatted template data document into a Dictionary object.
            
 
    Namespace: 
   Zebra.Sdk.Card.Job.Template
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
SyntaxDictionary<string, string> ConvertDataDocumentToDataMap(
	string dataDocument
)
Function ConvertDataDocumentToDataMap ( 
	dataDocument As String
) As Dictionary(Of String, String)
Dictionary<String^, String^>^ ConvertDataDocumentToDataMap(
	String^ dataDocument
)
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.
Exceptions
See Also