ShortGuid MethodsNetworkComms.Net Help
The ShortGuid type exposes the following members.
Methods

  NameDescription
Public methodStatic memberDecode
Decodes the given base64 string
Public methodStatic memberEncode(Guid)
Encodes the given Guid as a base64 string that is 22 characters long.
Public methodStatic memberEncode(String)
Creates a new instance of a Guid using the string value, then returns the base64 encoded version of the Guid.
Public methodEquals
Returns a value indicating whether this instance and a specified Object represent the same type and value.
(Overrides OnlineValueType Equals(Object).)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode
Returns the HashCode for underlying Guid.
(Overrides OnlineValueType GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberNewGuid
Initialises a new instance of the ShortGuid class
Public methodToString
Returns the base64 encoded guid as a string
(Overrides OnlineValueType ToString .)
Back to Top
See Also