The ShortGuid type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Decode |
Decodes the given base64 string
| |
| Encode(Guid) |
Encodes the given Guid as a base64 string that is 22
characters long.
| |
| Encode(String) |
Creates a new instance of a Guid using the string value,
then returns the base64 encoded version of the Guid.
| |
| Equals |
Returns a value indicating whether this instance and a
specified Object represent the same type and value.
(Overrides | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetHashCode |
Returns the HashCode for underlying Guid.
(Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| NewGuid |
Initialises a new instance of the ShortGuid class
| |
| ToString |
Returns the base64 encoded guid as a string
(Overrides |
See Also