Метод | Описание | |
---|---|---|
Equals ( other ) : bool | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
SerializableGuid ( ulong guidLow, ulong guidHigh ) : System |
Constructs a SerializableGuid from two 64-bit
|
|
ToString ( ) : string |
Generates a string representation of the
|
|
ToString ( string format ) : string |
Generates a string representation of the
|
|
ToString ( string format, IFormatProvider provider ) : string |
Generates a string representation of the
|
|
operator ( ) : bool |
public SerializableGuid ( ulong guidLow, ulong guidHigh ) : System | ||
guidLow | ulong | The low 8 bytes of the |
guidHigh | ulong | The high 8 bytes of the |
Результат | System |
public ToString ( string format ) : string | ||
format | string | A single format specifier that indicates how to format the value of the |
Результат | string |
public ToString ( string format, IFormatProvider provider ) : string | ||
format | string | A single format specifier that indicates how to format the value of the |
provider | IFormatProvider | An object that supplies culture-specific formatting information. |
Результат | string |