asp.net.ph

Guid Structure

System Namespace


Represents a globally unique identifier ( GUID ).

Guid Class Members

Collapse   Constructors

Visibility Constructor Parameters
public Guid ( Byte b )
public Guid ( UInt32 a , UInt16 b , UInt16 c , Byte d , Byte e , Byte f , Byte g , Byte h , Byte i , Byte j , Byte k )
public Guid ( Int32 a , Int16 b , Int16 c , Byte d )
public Guid ( Int32 a , Int16 b , Int16 c , Byte d , Byte e , Byte f , Byte g , Byte h , Byte i , Byte j , Byte k )
public Guid ( String g )

Collapse   Fields

Visibility Name Type
public static Empty Guid

Collapse   Methods

Visibility Name Parameters Return Type
public CompareTo ( Object value ) Int32
public CompareTo ( Guid value ) Int32
public Equals ( Guid g ) Boolean
public Equals ( Object o ) Boolean
public GetHashCode ( ) Int32
public static NewGuid ( ) Guid
public static Parse ( String input ) Guid
public static ParseExact ( String input , String format ) Guid
public ToByteArray ( ) Byte
public ToString ( String format ) String
public ToString ( String format , IFormatProvider provider ) String
public ToString ( ) String
public static TryParse ( String input , Guid& result ) Boolean
public static TryParseExact ( String input , String format , Guid& result ) Boolean

Remarks

A GUID is a 128-bit integer ( 16 bytes ) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph