How to set GPS module XM37-1612 to standby

And just to confirm, should it be sent like this?

unsigned char StandbyMode[] = {"$PMTK161,0*28\x0D\x0A"};

ss.print(StandbyMode);

I'll give it a go when I can today if so.