Method | Description | |
---|---|---|
CopyLittleEndianBytes ( System.Guid guid, byte buffer ) : int |
Writes a Guid in Little Endian byte order.
|
|
ToRfcBytes ( this guid ) : byte[] |
Encodes a Guid following RFC 4122.
|
|
ToRfcBytes ( this guid, byte buffer ) : int |
Encodes a Guid following RFC 4122.
|
|
ToRfcBytes ( this guid, byte buffer, int startingIndex ) : int |
Encodes a Guid following RFC 4122.
|
|
ToRfcGuid ( byte buffer ) : System.Guid |
Decodes a Guid following RFC 4122
|
|
ToRfcGuid ( this buffer ) : System.Guid |
Decodes a Guid following RFC 4122
|
|
ToRfcGuid ( this buffer, int startingIndex ) : System.Guid |
Decodes a Guid following RFC 4122
|
Method | Description | |
---|---|---|
CopyLittleEndianBytes ( System.Guid guid, byte buffer, int startingIndex ) : int | ||
ToLittleEndianBytes ( System.Guid guid ) : byte[] | ||
ToLittleEndianGuid ( byte buffer ) : System.Guid | ||
ToLittleEndianGuid ( byte buffer, int startingIndex ) : System.Guid | ||
__ToBigEndianOrderBytes ( System.Guid guid ) : byte[] | ||
__ToBigEndianOrderBytes ( System.Guid guid, byte buffer, int startingIndex ) : int | ||
__ToBigEndianOrderGuid ( byte buffer ) : System.Guid | ||
__ToBigEndianOrderGuid ( byte buffer, int startingIndex ) : System.Guid |
public static CopyLittleEndianBytes ( System.Guid guid, byte buffer ) : int | ||
guid | System.Guid | the |
buffer | byte | where to store the |
return | int |
public static ToRfcBytes ( this guid ) : byte[] | ||
guid | this | |
return | byte[] |
public static ToRfcBytes ( this guid, byte buffer ) : int | ||
guid | this | The |
buffer | byte | Destination buffer to hold serialized |
return | int |
public static ToRfcBytes ( this guid, byte buffer, int startingIndex ) : int | ||
guid | this | The |
buffer | byte | Destination buffer to hold serialized |
startingIndex | int | Starting index in |
return | int |
public static ToRfcGuid ( byte buffer ) : System.Guid | ||
buffer | byte | Buffer containing a serialized big-endian encoded |
return | System.Guid |
public static ToRfcGuid ( this buffer ) : System.Guid | ||
buffer | this | Buffer containing a serialized big-endian encoded |
return | System.Guid |
public static ToRfcGuid ( this buffer, int startingIndex ) : System.Guid | ||
buffer | this | Buffer containing a serialized big-endian encoded |
startingIndex | int | Starting index in |
return | System.Guid |