[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Guid Info=Represents a globally unique identifier. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the Guid class. ARG(enum)|14|0|None,Constructor,Constructor2,Constructor3,Constructor4 Array=Sets a 8- or 16-element byte array containing values with which to initialize the GUID. ARG(byte[])|13|2 Format=Sets one of the following specifiers that indicates the exact format to use when interpreting input: "N", "D", "B", "P", or "X". ARG(string)|2| Text=Sets a string that contains a GUID in one of the following formats ("d" represents a hexadecimal digit whose case is ignored): 32 contiguous digits: dddddddddddddddddddddddddddddddd -or- Groups of 8, 4, 4, 4, and 12 digits with hyphens between the groups. The entire GUID can optionally be enclosed in matching braces or parentheses: dddddddd-dddd-dddd-dddd-dddddddddddd -or- {dddddddd-dddd-dddd-dddd-dddddddddddd} -or- (dddddddd-dddd-dddd-dddd-dddddddddddd) -or- Groups of 8, 4, and 4 digits, and a subset of eight groups of 2 digits, with each group prefixed by "0x" or "0X", and separated by commas. The entire GUID, as well as the subset, is enclosed in matching braces: {0xdddddddd, 0xdddd, 0xdddd,{0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd}} All braces, commas, and "0x" prefixes are required. All embedded spaces are ignored. All leading zeros in a group are ignored.The digits shown in a group are the maximum number of meaningful digits that can appear in that group. You can specify from 1 to the number of digits shown for a group. The specified digits are assumed to be the low-order digits of the group. ARG(string)|2| [Methods] *doCompareTo=Compares this instance to a specified Guid object and returns an indication of their relative values. ARG(Guid value)|1|0 *doCompareTo2=Compares this instance to a specified object and returns an indication of their relative values. ARG(Object obj)|1|0 *doConstructor=Initializes a new instance of the Guid structure using the specified array of bytes. ARG(byte[] array)|1|0 *doConstructor2=Initializes a new instance of the Guid structure using the value represented by the specified string. ARG(string text)|1|0 *doConstructor3=Initializes a new instance of the Guid structure using the specified integers and byte array. ARG(int int32, short int16_1, short int16_2, byte[] array)|1|0 *doConstructor4=Initializes a new instance of the Guid structure using the specified integers and bytes. ARG(int int32, short int16_1, short int16_2, byte byte_1, byte byte_2, byte byte_3, byte byte_4, byte byte_5, byte byte_6, byte byte_7, byte byte_8)|1|0 *doEquals=Returns a value indicating whether this instance and a specified Guid object represent the same value. ARG(Guid value)|1|0 *doEquals2=Returns a value that indicates whether this instance is equal to a specified object. ARG(Object obj)|1|0 *doParse=Converts the string representation of a GUID to the equivalent Guid structure. ARG(string text)|1|0 *doParseExact=Converts the string representation of a GUID to the equivalent Guid structure, provided that the string is in the specified format. ARG(string text, string format)|1|0 *doToString2=Returns a string representation of the value of this Guid instance, according to the provided format specifier. ARG(string format)|1|0 *doToString3=Returns a string representation of the value of this instance of the Guid structure, according to the provided format specifier and culture-specific format information. ARG(string format, IFormatProvider provider)|1|0 *doTryParse=Converts the string representation of a GUID to the equivalent Guid structure. ARG(string text)|1|0 *doTryParseExact=Converts the string representation of a GUID to the equivalent Guid structure, provided that the string is in the specified format. ARG(string text, string format)|1|0 *onCompareTo=Occurs after invoke the method doCompareTo and returns the result. ARG(int)|2|1 *onEquals=Occurs after invoke the method doEquals and returns the result. ARG(bool)|2|104 *onParse=Occurs after invoke the method doParse and returns the result. ARG(Guid)|2|0 *onParseExact=Occurs after invoke the method doParseExact and returns the result. ARG(Guid)|2|0 *onToString=Occurs after invoke the method doToString and returns the result. ARG(string)|2|2 *onTryParse=Occurs after invoke the method doTryParse and returns the result. ARG(bool)|2|104 *onTryParseExact=Occurs after invoke the method doTryParseExact and returns the result. ARG(bool)|2|104 *Empty=A read-only instance of the Guid structure whose value is all zeros. ARG(Guid)|3|0 *GetHashCode=Returns the hash code for this instance. ARG(int)|3|1 *NewGuid=Initializes a new instance of the Guid structure. ARG(Guid)|3|0 *ToByteArray=Returns a 16-element byte array that contains the value of this instance. ARG(byte[])|3|13 *ToString=Returns a string representation of the value of this instance in registry format. ARG(string)|3|2 Guid=Returns the Guid object. ARG(Guid)|3|0 *array=Defines a 8- or 16-element byte array containing values with which to initialize the GUID. ARG(byte[])|4|13 *byte_1=Defines the next byte of the GUID. ARG(byte)|4|1 *byte_2=Defines the next byte of the GUID. ARG(byte)|4|1 *byte_3=Defines the next byte of the GUID. ARG(byte)|4|1 *byte_4=Defines the next byte of the GUID. ARG(byte)|4|1 *byte_5=Defines the next byte of the GUID. ARG(byte)|4|1 *byte_6=Defines the next byte of the GUID. ARG(byte)|4|1 *byte_7=Defines the next byte of the GUID. ARG(byte)|4|1 *byte_8=Defines the next byte of the GUID. ARG(byte)|4|1 *format=Defines one of the following specifiers that indicates the exact format to use when interpreting input: "N", "D", "B", "P", or "X". ARG(string)|4|2 *int16_1=Defines the next 2 bytes of the GUID. ARG(short)|4|1 *int16_2=Defines the next 2 bytes of the GUID. ARG(short)|4|1 *int32=Defines the first 4 bytes of the GUID. ARG(int)|4|1 *obj=Defines the object to compare with this instance. ARG(Object)|4|0 *provider=Defines (Reserved) An object that supplies culture-specific formatting services. ARG(IFormatProvider)|4|0 *text=Defines a string that contains a GUID. ARG(string)|4|2 *value=Defines the Guid to compare to this instance. ARG(Guid)|4|0