﻿<?xml version="1.0" encoding="utf-8"?><Type Name="Guid" FullName="System.Guid"><TypeSignature Maintainer="auto" Language="C#" Value="public struct Guid : IComparable, IComparable&lt;Guid&gt;, IEquatable&lt;Guid&gt;, IFormattable" /><TypeSignature Language="ILAsm" Value=".class public sequential ansi serializable sealed beforefieldinit Guid extends System.ValueType implements class System.IComparable, class System.IComparable`1&lt;valuetype System.Guid&gt;, class System.IEquatable`1&lt;valuetype System.Guid&gt;, class System.IFormattable" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Base><BaseTypeName>System.ValueType</BaseTypeName></Base><Interfaces><Interface><InterfaceName>System.IComparable</InterfaceName></Interface><Interface><InterfaceName>System.IComparable&lt;System.Guid&gt;</InterfaceName></Interface><Interface><InterfaceName>System.IEquatable&lt;System.Guid&gt;</InterfaceName></Interface><Interface><InterfaceName>System.IFormattable</InterfaceName></Interface></Interfaces><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents a globally unique identifier (GUID).</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public Guid (byte[] b);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(unsigned int8[] b) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="b" Type="System.Byte[]" /></Parameters><Docs><remarks>Any array of bytes is a valid Guid.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified array of bytes.</para></summary><param name="b"><attribution license="cc4" from="Microsoft" modified="false" />A 16-element byte array containing values with which to initialize the GUID. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public Guid (string g);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string g) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="g" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The alphabetic hexadecimal digits in the <paramref name="g" /> parameter can be uppercase or lowercase. For example, the following strings represent the same GUID:</para><para>"ca761232ed4211cebacd00aa0057b223" </para><para>"CA761232-ED42-11CE-BACD-00AA0057B223" </para><para>"{CA761232-ED42-11CE-BACD-00AA0057B223}" </para><para>"(CA761232-ED42-11CE-BACD-00AA0057B223)" </para><para>"{0xCA761232, 0xED42, 0x11CE, {0xBA, 0xCD, 0x00, 0xAA, 0x00, 0x57, 0xB2, 0x23}}" </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the value represented by the specified string.</para></summary><param name="g"><attribution license="cc4" from="Microsoft" modified="false" />A string that contains a GUID in one of the following formats ("d" represents a hexadecimal digit whose case is ignored): </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public Guid (int a, short b, short c, byte[] d);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(int32 a, int16 b, int16 c, unsigned int8[] d) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="a" Type="System.Int32" /><Parameter Name="b" Type="System.Int16" /><Parameter Name="c" Type="System.Int16" /><Parameter Name="d" Type="System.Byte[]" /></Parameters><Docs><remarks>Any values are permissible.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified integers and byte array.</para></summary><param name="a"><attribution license="cc4" from="Microsoft" modified="false" />The first 4 bytes of the GUID. </param><param name="b"><attribution license="cc4" from="Microsoft" modified="false" />The next 2 bytes of the GUID. </param><param name="c"><attribution license="cc4" from="Microsoft" modified="false" />The next 2 bytes of the GUID. </param><param name="d"><attribution license="cc4" from="Microsoft" modified="false" />The remaining 8 bytes of the GUID. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public Guid (int a, short b, short c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(int32 a, int16 b, int16 c, unsigned int8 d, unsigned int8 e, unsigned int8 f, unsigned int8 g, unsigned int8 h, unsigned int8 i, unsigned int8 j, unsigned int8 k) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="a" Type="System.Int32" /><Parameter Name="b" Type="System.Int16" /><Parameter Name="c" Type="System.Int16" /><Parameter Name="d" Type="System.Byte" /><Parameter Name="e" Type="System.Byte" /><Parameter Name="f" Type="System.Byte" /><Parameter Name="g" Type="System.Byte" /><Parameter Name="h" Type="System.Byte" /><Parameter Name="i" Type="System.Byte" /><Parameter Name="j" Type="System.Byte" /><Parameter Name="k" Type="System.Byte" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifying individual bytes in this manner can be used to circumvent byte order restrictions (big-endian or little-endian byte order) on particular types of computers.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified integers and bytes.</para></summary><param name="a"><attribution license="cc4" from="Microsoft" modified="false" />The first 4 bytes of the GUID. </param><param name="b"><attribution license="cc4" from="Microsoft" modified="false" />The next 2 bytes of the GUID. </param><param name="c"><attribution license="cc4" from="Microsoft" modified="false" />The next 2 bytes of the GUID. </param><param name="d"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="f"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="g"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="h"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="i"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="j"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="k"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public Guid (uint a, ushort b, ushort c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(unsigned int32 a, unsigned int16 b, unsigned int16 c, unsigned int8 d, unsigned int8 e, unsigned int8 f, unsigned int8 g, unsigned int8 h, unsigned int8 i, unsigned int8 j, unsigned int8 k) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.CLSCompliant(false)</AttributeName></Attribute></Attributes><ReturnValue /><Parameters><Parameter Name="a" Type="System.UInt32" /><Parameter Name="b" Type="System.UInt16" /><Parameter Name="c" Type="System.UInt16" /><Parameter Name="d" Type="System.Byte" /><Parameter Name="e" Type="System.Byte" /><Parameter Name="f" Type="System.Byte" /><Parameter Name="g" Type="System.Byte" /><Parameter Name="h" Type="System.Byte" /><Parameter Name="i" Type="System.Byte" /><Parameter Name="j" Type="System.Byte" /><Parameter Name="k" Type="System.Byte" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifying the bytes in this manner avoids endianness issues.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Guid" /> structure by using the specified unsigned integers and bytes.</para></summary><param name="a"><attribution license="cc4" from="Microsoft" modified="false" />The first 4 bytes of the GUID. </param><param name="b"><attribution license="cc4" from="Microsoft" modified="false" />The next 2 bytes of the GUID. </param><param name="c"><attribution license="cc4" from="Microsoft" modified="false" />The next 2 bytes of the GUID. </param><param name="d"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="f"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="g"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="h"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="i"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="j"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param><param name="k"><attribution license="cc4" from="Microsoft" modified="false" />The next byte of the GUID. </param></Docs></Member><Member MemberName="CompareTo"><MemberSignature Language="C#" Value="public int CompareTo (Guid value);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 CompareTo(valuetype System.Guid value) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="value" Type="System.Guid" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method implements the <see cref="T:System.IComparable`1" /> interface and performs slightly better than the <see cref="M:System.Guid.CompareTo(System.Object)" /> method because it does not have to convert the <paramref name="value" /> parameter to an object.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Compares this instance to a specified <see cref="T:System.Guid" /> object and returns an indication of their relative values.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A signed number indicating the relative values of this instance and <paramref name="value" />.</para><list type="table"><listheader><item><term><para>Return value </para></term><description><para>Description </para></description></item></listheader><item><term><para>A negative integer </para></term><description><para>This instance is less than <paramref name="value" />. </para></description></item><item><term><para>Zero </para></term><description><para>This instance is equal to <paramref name="value" />. </para></description></item><item><term><para>A positive integer </para></term><description><para>This instance is greater than <paramref name="value" />. </para></description></item></list></returns><param name="value"><attribution license="cc4" from="Microsoft" modified="false" />An object to compare to this instance.</param></Docs></Member><Member MemberName="CompareTo"><MemberSignature Language="C#" Value="public int CompareTo (object value);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 CompareTo(object value) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="value" Type="System.Object" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Any instance of <see cref="T:System.Guid" />, regardless of its value, is considered greater than null.</para><para>The <paramref name="value" /> parameter must be null or an instance of <see cref="T:System.Guid" />; otherwise, an exception is thrown.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Compares this instance to a specified object and returns an indication of their relative values.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A signed number indicating the relative values of this instance and <paramref name="value" />.</para><list type="table"><listheader><item><term><para>Return value </para></term><description><para>Description </para></description></item></listheader><item><term><para>A negative integer </para></term><description><para>This instance is less than <paramref name="value" />. </para></description></item><item><term><para>Zero </para></term><description><para>This instance is equal to <paramref name="value" />. </para></description></item><item><term><para>A positive integer </para></term><description><para>This instance is greater than <paramref name="value" />, or <paramref name="value" /> is null. </para></description></item></list></returns><param name="value"><attribution license="cc4" from="Microsoft" modified="false" />An object to compare, or null. </param></Docs></Member><Member MemberName="Empty"><MemberSignature Language="C#" Value="public static readonly Guid Empty;" /><MemberSignature Language="ILAsm" Value=".field public static initonly valuetype System.Guid Empty" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Guid</ReturnType></ReturnValue><Parameters /><MemberValue>00000000-0000-0000-0000-000000000000</MemberValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can compare a GUID with the value of the <see cref="F:System.Guid.Empty" /> field to determine whether a GUID is non-zero. The following example uses the <see cref="M:System.Guid.op_Equality(System.Guid,System.Guid)" /> operator to compare two GUID values with <see cref="F:System.Guid.Empty" /> to determine whether they consist exclusively of zeros.</para><para>code reference: System.Guid.Empty#1</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>A read-only instance of the <see cref="T:System.Guid" /> structure whose value is all zeros.</para></summary></Docs></Member><Member MemberName="Equals"><MemberSignature Language="C#" Value="public bool Equals (Guid g);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Equals(valuetype System.Guid g) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="g" Type="System.Guid" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method performs slightly better than the <see cref="M:System.Guid.Equals(System.Object)" /> method because it does not have to box the <paramref name="g" /> parameter.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a value indicating whether this instance and a specified <see cref="T:System.Guid" /> object represent the same value.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if <paramref name="g" /> is equal to this instance; otherwise, false.</para></returns><param name="g"><attribution license="cc4" from="Microsoft" modified="false" />An object to compare to this instance.</param></Docs></Member><Member MemberName="Equals"><MemberSignature Language="C#" Value="public override bool Equals (object o);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object o) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="o" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a value that indicates whether this instance is equal to a specified object.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if <paramref name="o" /> is a <see cref="T:System.Guid" /> that has the same value as this instance; otherwise, false.</para></returns><param name="o"><attribution license="cc4" from="Microsoft" modified="false" />The object to compare with this instance. </param></Docs></Member><Member MemberName="GetHashCode"><MemberSignature Language="C#" Value="public override int GetHashCode ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 GetHashCode() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns the hash code for this instance.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The hash code for this instance.</para></returns></Docs></Member><Member MemberName="NewGuid"><MemberSignature Language="C#" Value="public static Guid NewGuid ();" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Guid NewGuid() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Guid</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This is a convenient static method that you can call to get a new <see cref="T:System.Guid" />.</para><para>The chance that the value of the new <see cref="T:System.Guid" /> will be all zeros or equal to any other <see cref="T:System.Guid" /> is very low. You can determine whether a GUID consists of all zeros by comparing it to <see cref="F:System.Guid.Empty" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Guid" /> structure.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A new GUID object.</para></returns></Docs></Member><Member MemberName="op_Equality"><MemberSignature Language="C#" Value="public static bool op_Equality (Guid a, Guid b);" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Equality(valuetype System.Guid a, valuetype System.Guid b) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="a" Type="System.Guid" /><Parameter Name="b" Type="System.Guid" /></Parameters><Docs><remarks>None.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates whether the values of two specified <see cref="T:System.Guid" /> objects are equal.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if <paramref name="a" /> and <paramref name="b" /> are equal; otherwise, false.</para></returns><param name="a"><attribution license="cc4" from="Microsoft" modified="false" />The first object to compare. </param><param name="b"><attribution license="cc4" from="Microsoft" modified="false" />The second object to compare. </param></Docs></Member><Member MemberName="op_Inequality"><MemberSignature Language="C#" Value="public static bool op_Inequality (Guid a, Guid b);" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Inequality(valuetype System.Guid a, valuetype System.Guid b) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="a" Type="System.Guid" /><Parameter Name="b" Type="System.Guid" /></Parameters><Docs><remarks>None.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates whether the values of two specified <see cref="T:System.Guid" /> objects are not equal.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if <paramref name="a" /> and <paramref name="b" /> are not equal; otherwise, false.</para></returns><param name="a"><attribution license="cc4" from="Microsoft" modified="false" />The first object to compare. </param><param name="b"><attribution license="cc4" from="Microsoft" modified="false" />The second object to compare. </param></Docs></Member><Member MemberName="Parse"><MemberSignature Language="C#" Value="public static Guid Parse (string input);" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Guid Parse(string input) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Guid</ReturnType></ReturnValue><Parameters><Parameter Name="input" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use <see cref="M:System.Guid.TryParse(System.String,System.Guid@)" /> method to catch any unsuccessful parse operations. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Converts the string representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A structure that contains the value that was parsed.</para></returns><param name="input"><attribution license="cc4" from="Microsoft" modified="false" />The GUID to convert.</param></Docs></Member><Member MemberName="ParseExact"><MemberSignature Language="C#" Value="public static Guid ParseExact (string input, string format);" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Guid ParseExact(string input, string format) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Guid</ReturnType></ReturnValue><Parameters><Parameter Name="input" Type="System.String" /><Parameter Name="format" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The following table shows the accepted format specifiers for the <paramref name="format" /> parameter. "0" represents a digit; hyphens ("-"), braces ("{", "}"), and parentheses ("(", ")") appear as shown.</para><list type="table"><listheader><item><term><para>Specifier </para></term><description><para>Format of the <paramref name="input" /> parameter </para></description></item></listheader><item><term><para>N </para></term><description><para>32 digits: </para><para>00000000000000000000000000000000 </para></description></item><item><term><para>D </para></term><description><para>32 digits separated by hyphens: </para><para>00000000-0000-0000-0000-000000000000 </para></description></item><item><term><para>B </para></term><description><para>32 digits separated by hyphens, enclosed in braces: </para><para>{00000000-0000-0000-0000-000000000000} </para></description></item><item><term><para>P </para></term><description><para>32 digits separated by hyphens, enclosed in parentheses: </para><para>(00000000-0000-0000-0000-000000000000) </para></description></item><item><term><para>X</para></term><description><para>Four hexadecimal values enclosed in braces, where the fourth value is a subset of eight hexadecimal values that is also enclosed in braces:</para><para>{0x00000000,0x0000,0x0000,{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}</para></description></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Converts the string representation of a GUID to the equivalent <see cref="T:System.Guid" /> structure, provided that the string is in the specified format.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A structure that contains the value that was parsed.</para></returns><param name="input"><attribution license="cc4" from="Microsoft" modified="false" />The GUID to convert.</param><param name="format"><attribution license="cc4" from="Microsoft" modified="false" />One of the following specifiers that indicates the exact format to use when interpreting <paramref name="input" />: "N", "D", "B", "P", or "X".</param></Docs></Member><Member MemberName="ToByteArray"><MemberSignature Language="C#" Value="public byte[] ToByteArray ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance unsigned int8[] ToByteArray() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Byte[]</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use the byte array returned by this method to round-trip a <see cref="T:System.Guid" /> value by calling the <see cref="M:System.Guid.#ctor(System.Byte[])" /> constructor. </para><para>Note that the order of bytes in the returned byte array is different from the string representation of a <see cref="T:System.Guid" /> value. The order of the beginning four-byte group and the next two two-byte groups is reversed, whereas the order of the last two-byte group and the closing six-byte group is the same. The example provides an illustration. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a 16-element byte array that contains the value of this instance.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A 16-element byte array.</para></returns></Docs></Member><Member MemberName="ToString"><MemberSignature Language="C#" Value="public override string ToString ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance string ToString() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method provides a default GUID format that is sufficient for typical use; however, other versions of this method that take a <paramref name="format" /> parameter provide a few common format variations.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a string representation of the value of this instance in registry format.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The value of this <see cref="T:System.Guid" />, formatted by using the "D" format specifier as follows: </para><para>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx </para><para>where the value of the GUID is represented as a series of lowercase hexadecimal digits in groups of 8, 4, 4, 4, and 12 digits and separated by hyphens. An example of a return value is "382c74c3-721d-4f34-80e5-57657b6cbc27". To convert the hexadecimal digits from a through f to uppercase, call the <see cref="M:System.String.ToUpper" />  method on the returned string.</para></returns></Docs></Member><Member MemberName="ToString"><MemberSignature Language="C#" Value="public string ToString (string format);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance string ToString(string format) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="format" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The following table shows the accepted format specifiers for the <paramref name="format" /> parameter. "0" represents a digit; hyphens ("-"), braces ("{", "}"), and parentheses ("(", ")") appear as shown.</para><list type="table"><listheader><item><term><para>Specifier </para></term><description><para>Format of return value </para></description></item></listheader><item><term><para>N </para></term><description><para>32 digits: </para><para>00000000000000000000000000000000 </para></description></item><item><term><para>D </para></term><description><para>32 digits separated by hyphens: </para><para>00000000-0000-0000-0000-000000000000 </para></description></item><item><term><para>B</para></term><description><para>32 digits separated by hyphens, enclosed in braces: </para><para>{00000000-0000-0000-0000-000000000000} </para></description></item><item><term><para>P</para></term><description><para>32 digits separated by hyphens, enclosed in parentheses: </para><para>(00000000-0000-0000-0000-000000000000) </para></description></item><item><term><para>X</para></term><description><para>Four hexadecimal values enclosed in braces, where the fourth value is a subset of eight hexadecimal values that is also enclosed in braces:</para><para>{0x00000000,0x0000,0x0000,{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}</para></description></item></list><para>The hexadecimal digits a through f are lowercase in the returned string. To convert them to uppercase, call the <see cref="M:System.String.ToUpper" /> method on the returned string. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a string representation of the value of this <see cref="T:System.Guid" /> instance, according to the provided format specifier.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The value of this <see cref="T:System.Guid" />, represented as a series of lowercase hexadecimal digits in the specified format. </para></returns><param name="format"><attribution license="cc4" from="Microsoft" modified="false" />A single format specifier that indicates how to format the value of this <see cref="T:System.Guid" />. The <paramref name="format" /> parameter can be "N", "D", "B", "P", or "X". If <paramref name="format" /> is null or an empty string (""), "D" is used. </param></Docs></Member><Member MemberName="ToString"><MemberSignature Language="C#" Value="public string ToString (string format, IFormatProvider provider);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance string ToString(string format, class System.IFormatProvider provider) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="format" Type="System.String" /><Parameter Name="provider" Type="System.IFormatProvider" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <paramref name="provider" /> parameter is reserved for future use and does not contribute to the execution of this method. You can pass null in the method call.</para><para>The following table shows the accepted format specifiers for the <paramref name="format" /> parameter. "0" represents a digit; hyphens ("-"), braces ("{", "}"), and parentheses ("(", ")") appear as shown.</para><list type="table"><listheader><item><term><para>Specifier </para></term><description><para>Format of return value </para></description></item></listheader><item><term><para>N </para></term><description><para>32 digits: </para><para>00000000000000000000000000000000 </para></description></item><item><term><para>D </para></term><description><para>32 digits separated by hyphens: </para><para>00000000-0000-0000-0000-000000000000 </para></description></item><item><term><para>B </para></term><description><para>32 digits separated by hyphens, enclosed in braces: </para><para>{00000000-0000-0000-0000-000000000000} </para></description></item><item><term><para>P </para></term><description><para>32 digits separated by hyphens, enclosed in parentheses: </para><para>(00000000-0000-0000-0000-000000000000) </para></description></item><item><term><para>X</para></term><description><para>Four hexadecimal values enclosed in braces, where the fourth value is a subset of eight hexadecimal values that is also enclosed in braces:</para><para>{0x00000000,0x0000,0x0000,{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}</para></description></item></list><para>The hexadecimal digits a through f are lowercase in the returned string. To convert them to uppercase, call the <see cref="M:System.String.ToUpper" /> method on the returned string. </para><para>Because the <paramref name="provider" /> parameter is ignored, you cannot use it to provide a custom formatting solution. To represent a <see cref="T:System.Guid" /> value as a string in a format that isn't supported by the standard GUID format strings, call the <see cref="M:System.String.Format(System.IFormatProvider,System.String,System.Object[])" /> method with a <paramref name="provider" /> object that implements both the <see cref="T:System.ICustomFormatter" /> and <see cref="T:System.IFormatProvider" /> interfaces. For more information, see the "Custom Formatting with ICustomFormatter" section in the <format type="text/html"><a href="0d1364da-5b30-4d42-8e6b-03378343343f">Formatting Types</a></format> article. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a string representation of the value of this instance of the <see cref="T:System.Guid" /> class, according to the provided format specifier and culture-specific format information.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The value of this <see cref="T:System.Guid" />, represented as a series of lowercase hexadecimal digits in the specified format.</para></returns><param name="format"><attribution license="cc4" from="Microsoft" modified="false" />A single format specifier that indicates how to format the value of this <see cref="T:System.Guid" />. The <paramref name="format" /> parameter can be "N", "D", "B", "P", or "X". If <paramref name="format" /> is null or an empty string (""), "D" is used. </param><param name="provider"><attribution license="cc4" from="Microsoft" modified="false" />(Reserved) An object that supplies culture-specific formatting information. </param></Docs></Member><Member MemberName="TryParse"><MemberSignature Language="C#" Value="public static bool TryParse (string input, out Guid result);" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig bool TryParse(string input, valuetype System.Guid result) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="input" Type="System.String" /><Parameter Name="result" Type="System.Guid&amp;" RefType="out" /></Parameters><Docs><param name="input">To be added.</param><param name="result">To be added.</param><summary>To be added.</summary><returns>To be added.</returns><remarks>To be added.</remarks></Docs></Member><Member MemberName="TryParseExact"><MemberSignature Language="C#" Value="public static bool TryParseExact (string input, string format, out Guid result);" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig bool TryParseExact(string input, string format, valuetype System.Guid result) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="input" Type="System.String" /><Parameter Name="format" Type="System.String" /><Parameter Name="result" Type="System.Guid&amp;" RefType="out" /></Parameters><Docs><param name="input">To be added.</param><param name="format">To be added.</param><param name="result">To be added.</param><summary>To be added.</summary><returns>To be added.</returns><remarks>To be added.</remarks></Docs></Member></Members></Type>