Login
Sign Up
Home
Program
Project
My Zone
Support
Show Code
Browse Program
Search Program
Online GUID Generator
Input Variables
Output Variables
Program Code
Description
Variable Name *
(dynamic type)
*
!
UP
Down
Delete
Default Value *
*
Description *
*
Multi Lines
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Input Variables List
Output Variables List
Source Code
StringBuilder s=new StringBuilder(); for (int i = 0; i <= n-1; i++) { s.AppendLine( Guid.NewGuid().ToString()); } result = s;
Subject
Description
What's a GUID?
GUID (or UUID) is an acronym for 'Globally Unique Identifier' (or 'Universally Unique Identifier'). It is a 128-bit integer number used to identify resources. The term GUID is generally used by developers working with Microsoft technologies, while UUID is used everywhere else.
How are GUIDs used?
GUIDs are used in software development as database keys, component identifiers, or just about anywhere else a truly unique identifier is required. GUIDs are also used to identify all interfaces and objects in COM programming.
Category
General
Created By
tech
Created Date
4/17/2011
Last Modify Date
4/17/2011
Calculation Count
58
Version
1.00
Positive
0
Neutral
0
Negative
0
Related Program ID
None
Copyright ©2009-2010 CUI WEI. All Rights Reserved.