Functiondojox.uuid.generateNilUuid

dojo.require("dojox.uuid._base");
defined in dojox/uuid/_base.js

The Nil UUID is described in section 4.1.7 of RFC 4122: http://tools.ietf.org/html/rfc4122#section-4.1.7 examples: var string = dojox.uuid.generateNilUuid();

Usage

function () (view source)