I am receiving a NSData containing Hexa values as give below
<aaaaaaa aaaaaab>
I am just getting this by converting NSData to NSString , now I need to present above String in following format
AA:AA:AA:AA AA:AA:AA:AB
Please help how can I get above format , please help
You can try:
This will remove spaces, <, and >. Then add in : and spaces.