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 ValueType Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns the HashCode for underlying Guid.
(Overrides ValueType GetHashCode .) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NewGuid |
Initialises a new instance of the ShortGuid class
| |
ToString |
Returns the base64 encoded guid as a string
(Overrides ValueType ToString .) |
See Also