function generateUUID(){ var d = new Date().getTime(); var uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { var r = (d + Math.random()*16)%16 | 0; d...
Guid.ToString MethodDefinition
Namespace:
System
Assemblies:
mscorlib.dll, System.Runtime.dll
Returns a string representation of the value of this instance of the Guid struct...