Hi I created a vb.net database application. Now I want to install the application in the client side. Am not sure if he has framework or not. Can I include the .Net framework with the setup and distribute to the client. If so how. ? Thanks in advance zainu
Z
zainu
@zainu
Posts
-
dotnet setup -
Extended Ascii EncodingHi Thanks for your time. In the above example will I get a extened ascii bytes at abuff ? Regards Shiraz
-
text encodinghi System.Text 1. UTF8Encoding 2. UFT7Encoding 3. ASCIIEncoding 3. UnicodeEncoding These class can be used to encode the text as we require. Hope this will help u in some way. Regards
-
Extended Ascii EncodingHi I want to convert the unicode string ( in DotNet) to extended ascii bytes. I tried UTF8Encoding and ASCIIEncoding. But in UTF8Encoding i am two bytes for the £ ( character value 163) In ACSIIEncoding I am getting question mark (?). How can I convert the character £ to a ascii byte value Please Help Regards