{"id":320,"date":"2010-07-08T20:03:42","date_gmt":"2010-07-08T20:03:42","guid":{"rendered":"https:\/\/ibex.tech\/visualcpp\/?p=320"},"modified":"2022-02-17T06:24:05","modified_gmt":"2022-02-17T06:24:05","slug":"adding-binary-values-to-strings","status":"publish","type":"post","link":"https:\/\/ibex.tech\/visualcpp\/strings\/adding-binary-values-to-strings","title":{"rendered":"Adding binary values to strings"},"content":{"rendered":"<h5>Use this<\/h5>\n<pre><code>\r\n\tmyString = Convert::ToChar(MyVariable0);\r\n\tmyString += Convert::ToChar(MyVariable1);\r\n\tmyString += Convert::ToChar(MyVariable2);\r\n<\/code><\/pre>\n<p>If you get a problem with starting a string do this<\/p>\n<pre><code>\r\n\tmyString = Convert::ToString(Convert::ToChar(MyVariable0));\r\n\tmyString += Convert::ToChar(MyVariable1);\r\n\tmyString += Convert::ToChar(MyVariaqble2);\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Use this myString = Convert::ToChar(MyVariable0); myString += Convert::ToChar(MyVariable1); myString += Convert::ToChar(MyVariable2); If you get a problem with starting a string do this myString = Convert::ToString(Convert::ToChar(MyVariable0)); myString += Convert::ToChar(MyVariable1); myString += Convert::ToChar(MyVariaqble2);<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[],"class_list":["post-320","post","type-post","status-publish","format-standard","hentry","category-strings"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/320","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/comments?post=320"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/320\/revisions"}],"predecessor-version":[{"id":322,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/320\/revisions\/322"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/media?parent=320"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/categories?post=320"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/tags?post=320"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}