Click here to Skip to main content
15,890,557 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to replace every different char with another given char Pin
Richard MacCutchan25-May-19 6:04
mveRichard MacCutchan25-May-19 6:04 
AnswerRe: How to replace every different char with another given char Pin
OriginalGriff25-May-19 6:34
mveOriginalGriff25-May-19 6:34 
JokeRe: How to replace every different char with another given char Pin
Eddy Vluggen25-May-19 10:05
professionalEddy Vluggen25-May-19 10:05 
AnswerRe: How to replace every different char with another given char Pin
Gerry Schmitz25-May-19 6:59
mveGerry Schmitz25-May-19 6:59 
AnswerRe: How to replace every different char with another given char Pin
BillWoodruff25-May-19 18:43
professionalBillWoodruff25-May-19 18:43 
GeneralRe: How to replace every different char with another given char Pin
Member 1379031625-May-19 22:33
Member 1379031625-May-19 22:33 
GeneralRe: How to replace every different char with another given char Pin
BillWoodruff25-May-19 23:29
professionalBillWoodruff25-May-19 23:29 
GeneralRe: How to replace every different char with another given char Pin
Member 1379031626-May-19 0:23
Member 1379031626-May-19 0:23 
Yes, is homework, when i write the question i didn't know that for numbers is different than letters, then i tried and i realised that i don't know how to make this. If you are interested full task is that:

Make a crypt algorithm that replace all letters and number like that:

C#
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Z A B C D E F G H I J K L M N O P Q R S T U V W X Y

a b c d e f g h i j k l m n o p q r s t u v w x y z
b c d e f g h i j k l m n o p q r s t u v w x y z a

0 1 2 3 4 5 6 7 8 9
9 8 7 6 5 4 3 2 1 0


Example:
string: TEXTcsharp#2367 
result: SDWSdtibsq#7632


Thank You for Help ! Big Grin | :-D
GeneralRe: How to replace every different char with another given char Pin
BillWoodruff26-May-19 0:50
professionalBillWoodruff26-May-19 0:50 
GeneralRe: How to replace every different char with another given char Pin
Member 1379031626-May-19 1:52
Member 1379031626-May-19 1:52 
GeneralRe: How to replace every different char with another given char Pin
BillWoodruff26-May-19 18:57
professionalBillWoodruff26-May-19 18:57 
GeneralRe: How to replace every different char with another given char Pin
Member 1379031626-May-19 19:01
Member 1379031626-May-19 19:01 
GeneralRe: How to replace every different char with another given char Pin
BillWoodruff26-May-19 21:16
professionalBillWoodruff26-May-19 21:16 
GeneralRe: How to replace every different char with another given char Pin
Member 1379031627-May-19 0:33
Member 1379031627-May-19 0:33 
GeneralRe: How to replace every different char with another given char Pin
BillWoodruff27-May-19 0:46
professionalBillWoodruff27-May-19 0:46 
GeneralRe: How to replace every different char with another given char Pin
Member 1379031627-May-19 0:56
Member 1379031627-May-19 0:56 
GeneralRe: How to replace every different char with another given char Pin
BillWoodruff27-May-19 2:39
professionalBillWoodruff27-May-19 2:39 
GeneralRe: How to replace every different char with another given char Pin
Member 1379031628-May-19 8:29
Member 1379031628-May-19 8:29 
GeneralRe: How to replace every different char with another given char Pin
Member 1379031628-May-19 20:19
Member 1379031628-May-19 20:19 
GeneralRe: How to replace every different char with another given char Pin
kalberts29-May-19 4:49
kalberts29-May-19 4:49 
GeneralRe: How to replace every different char with another given char Pin
OriginalGriff26-May-19 1:33
mveOriginalGriff26-May-19 1:33 
GeneralRe: How to replace every different char with another given char Pin
Member 1379031626-May-19 1:51
Member 1379031626-May-19 1:51 
GeneralRe: How to replace every different char with another given char Pin
OriginalGriff26-May-19 5:13
mveOriginalGriff26-May-19 5:13 
GeneralRe: How to replace every different char with another given char Pin
BillWoodruff26-May-19 1:51
professionalBillWoodruff26-May-19 1:51 
GeneralRe: How to replace every different char with another given char Pin
OriginalGriff26-May-19 3:09
mveOriginalGriff26-May-19 3:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.