91-9990449935 0120-4256464 |
Node.js StringDecoderThe Node.js StringDecoder is used to decode buffer into string. It is similar to buffer.toString() but provides extra support to UTF. You need to use require('string_decoder') to use StringDecoder module. Node.js StringDecoder MethodsStringDecoder class has two methods only.
Node.js StringDecoder ExampleLet's see a simple example of Node.js StringDecoder. File: stringdecoder_example1.js
Next TopicNode.js Query String
|