Encode & Decode String

HOW TO: 

Encode a string
var EncodedString = ncTools.Encode.TheString("blah,blah");
Result: WyNibGFoLGJsYWgmXiV9
Decode the encoded string
var DecodedString = ncTools.Decode.TheString("WyNibGFoLGJsYWgmXiV9"); 
Result: blah,blah
Download the ncTools Library here ncTools.zip

Add Feedback