public final class Guid extends com.aspose.ms.lang.Struct<Guid> implements com.aspose.ms.System.IFormattable, Comparable<Guid>
Constructor and Description |
---|
Guid() |
Guid(byte[] b) |
Guid(int a,
int b,
int c,
int d,
int e,
int f,
int g,
int h,
int i,
int j,
int k) |
Guid(int a,
short b,
short c,
byte[] d) |
Guid(int a,
short b,
short c,
byte d,
byte e,
byte f,
byte g,
byte h,
byte i,
byte j,
byte k) |
Guid(long a,
int b,
int c,
short d,
short e,
short f,
short g,
short h,
short i,
short j,
short k) |
Guid(long msb,
long lsb) |
Guid(String g) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Guid |
Clone() |
void |
CloneTo(Guid that) |
int |
compareTo(Guid value) |
boolean |
equals(Object obj) |
static Guid |
fromJava(UUID uuid) |
int |
hashCode() |
static Guid |
newGuid() |
static boolean |
op_Equality(Guid a,
Guid b) |
static boolean |
op_Inequality(Guid a,
Guid b) |
byte[] |
toByteArray() |
static UUID |
toJava(Guid guid) |
String |
toString() |
String |
toString(String format) |
String |
toString(String format,
com.aspose.ms.System.Globalization.CultureInfo culture) |
String |
toString(String format,
com.aspose.ms.System.IFormatProvider provider) |
public static final Guid Empty
public Guid(byte[] b)
public Guid(long a, int b, int c, short d, short e, short f, short g, short h, short i, short j, short k)
public Guid(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j, int k)
public Guid()
public Guid(long msb, long lsb)
public Guid(String g)
public Guid(int a, short b, short c, byte[] d)
public Guid(int a, short b, short c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k)
public byte[] toByteArray()
public int compareTo(Guid value)
compareTo
in interface Comparable<Guid>
public static Guid newGuid()
public String toString(String format, com.aspose.ms.System.IFormatProvider provider)
toString
in interface com.aspose.ms.System.IFormattable
public String toString(String format, com.aspose.ms.System.Globalization.CultureInfo culture)
public void CloneTo(Guid that)
CloneTo
in class com.aspose.ms.System.ValueType<Guid>
Copyright (c) 2016 Aspose. All Rights Reserved.