Search
StringFormat.GetHashCode Method
See Also
 





Serves as a hash function for a StringFormat object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public override int GetHashCode ()

Visual Basic  Copy Code

Public Overrides Function GetHashCode () As Integer

 Return Value

A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.

 See Also