c# - What is a more unique delimiter than comma for separating strings? -


I have several text boxes where users can enter information in them, it may contain a comma, so I can use standard commas Can not use delimited string

Indicates that different strings should be separated on the basis of that character, usually writing their users? I am going to combine these fields in a string string and I am going through my encryption method. I should be able to reliably separate them after decrypting them.

I am using C # if it counts.

| My list will be next, and is often used as an alternative to CSV Google "Pipe delimited" and you will find many examples.

  string [] items = new string [] {"uno", "dos", "trace"}; String Encryption = String .join ("|", item); Item = toEncrypt.Split (new four [] {'|'}, string split option. RemoveEmptyEntries); Foreign objects (strings in thing) console Limit (s);  

And since all of them prefer to be a critic about encoding and do not provide the code, then it's a way to convert text into sign language. Delim will not collide.

  string [] items = new string [] {"uno", "dos", "trace"}; For (int i = 0; i and lt; items; height; i ++) item [i] = convert to Tobase 64 string (encoding.utf 8.gatebaytes (item [ii])); String Encryption = String .join ("|", item); Item = toEncrypt.Split (new four [] {'|'}, string split option. RemoveEmptyEntries); Forresh (string in item) console Videoline (encoding.utf.greatstring (convert.fobbase 64 string (s)));  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -