/// <summary> /// Returns the string representation of this sorted guid /// </summary> /// <returns></returns> public override string ToString() { return(SortedGuidHelper.GetFormatedString( DateTime.MaxValue.Ticks - Timestamp.Ticks, Guid)); }
/// <summary> /// Returns the string representation of the <see cref="AscendingSortedGuid"/> /// </summary> /// <returns></returns> public override string ToString() { return(SortedGuidHelper.GetFormatedString(Timestamp.Ticks, Guid)); }