This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
f3725e2c 7c30 846b d118 06fc06921333
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetStringValue | Gets a string value for a particular enum value. |
GetStringValues | Gets the string values associated with the enum. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetValues | Gets the enum entry and string value pairs. |
IsStringDefined(String) | Return the existence of the given string value within the enum. |
IsStringDefined(String, StringComparison) | Return the existence of the given string value within the enum. |
Parse(String) | Parses the supplied enum and string value to find an associated enum value. |
Parse(String, StringComparison) | Parses the supplied enum and string value to find an associated enum value. |
ToString | Returns a string that represents the current object. (Inherited from Object) |