프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Empty |
메소드 | 설명 | |
---|---|---|
Decode ( string value ) : System.Guid |
Decodes the given base64 string
|
|
Encode ( System.Guid guid ) : string |
Encodes the given Guid as a base64 string that is 22 characters long.
|
|
Encode ( string value ) : string |
Creates a new instance of a Guid using the string value, then returns the base64 encoded version of the Guid.
|
|
Equals ( object obj ) : bool |
Returns a value indicating whether this instance and a specified Object represent the same type and value.
|
|
GetHashCode ( ) : int |
Returns the HashCode for underlying Guid.
|
|
NewGuid ( ) : |
Initialises a new instance of the ShortGuid class
|
|
ShortGuid ( System.Guid guid ) : System |
Creates a ShortGuid from a Guid
|
|
ShortGuid ( string value ) : System |
Creates a ShortGuid from a base64 encoded string
|
|
ToString ( ) : string |
Returns the base64 encoded guid as a string
|
|
operator ( ) : bool |
Determines if both ShortGuids do not have the same underlying Guid value.
|
public static Decode ( string value ) : System.Guid | ||
value | string | The base64 encoded string of a Guid |
리턴 | System.Guid |
public static Encode ( System.Guid guid ) : string | ||
guid | System.Guid | The Guid to encode |
리턴 | string |
public static Encode ( string value ) : string | ||
value | string | An actual Guid string (i.e. not a ShortGuid) |
리턴 | string |
public ShortGuid ( System.Guid guid ) : System | ||
guid | System.Guid | The Guid to encode |
리턴 | System |
public ShortGuid ( string value ) : System | ||
value | string | The encoded guid as a /// base64 string |
리턴 | System |