[Solved] I need to replace : with “:” form the string “AAAA:123346hadhdhajkkd890” result like “AAAA”:”123346hadhdhajkkd890″ using Replace functionality in C#



I need to replace : with “:” form the string “AAAA:123346hadhdhajkkd890” result like “AAAA”:”123346hadhdhajkkd890″ using Replace functionality in C#

solved I need to replace : with “:” form the string “AAAA:123346hadhdhajkkd890” result like “AAAA”:”123346hadhdhajkkd890″ using Replace functionality in C#