Search results for query: *

  1. P

    How can I escape block string to add byte in to it as byte

    Hi their, I have a block string of code in my program, and I'm trying to Escape a portion of it to add a byte in so when the block string is run the data in the byte is compiled with the block string, string MyCollectiveStrings = @" using System.Linq...
  2. P

    Resolved Working with Json

    Hi , I'm just trying to figure out how to get the data as I wish, I have a Json file I made and checked in an online formatter, here's my code I'm using to get the inline selection needed string MySpacer = Environment.NewLine; foreach (var MyItem in _cont._Customer)...
  3. P

    Resolved Trying to send a string to a console application with whitespaces.

    Hi, I have Googled until my eyes bleed , I have two programs I'm working on, One is a Desktop Forms Application and the other is a Console Application, I'm trying to pass a string to the console app as an argument which is got from the Desktop Application from is MyStrings = "Block" + " " +...
  4. P

    Question CodeDom Related in Manipulating a string(s)

    Hi, I've been programming for quite a few years, but only fluctuating in and out of it, with various languages, Here' goes anyway , I have created a form with various labels and textboxes and a button, once information is entered in to a textbox then I need to change the text in a multiline...
Back
Top Bottom