跳至主內容

搜尋

搜尋

How could Printer Code Template Field passed data correctly form c# with .NET SDK?

評論

2 條評論

  • Avatar
    Ye Zhao

    Anyone can help? Thanks~

    1
  • Avatar
    Jimmy

    Personally , I recommend dictionary or something close.

    Like add pair of string into a dictionary with key (source) and value , then SetSubString with foreach like below

    foreach (var node in Dictionay)
    {
         btformat.SubStrings.SetSubString(node.Key, node.Value);
    }

     

    Never ran into the problem u've got , so maybe you can try it out.

    0

登入寫評論。