This function is available only on CharStorage.

The contents of the storage viewed as a string are returned. The string might contain NULL characters.

> x = torch.CharStorage():string("blah blah")
> print(x:string())
blah blah