Ignore this, i've sussed it! :)
Using writefile.writeline
Simon Scott
306
Reputation points
Good afternoon,
Simple question hopefully!
What is the code to write the following line of code to a text file please?
<characteristic uuid="bb5642fe-ad4b-456e-b2b6-0937556ba444" type="com.airwatch.android.androidwork.datetime" target="2">
I know you have to put in additional quote marks and some "&" to write the text above but cannot figure out how!
This is my attempt but i know it's incorrect
writeFile.WriteLine("<characteristic uuid=" & """bb5642fe-ad4b-456e-b2b6-0937556ba444"" type= & """com.airwatch.android.androidwork.datetime""" target=""2"">"")
Thanks
Simon
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,886 questions