Method GetInternalName
| Edit this page View SourceGetInternalName(string)
Get the internal name for a piece usage tag from its human readable name.
Declaration
public static string GetInternalName(string pieceUsage)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pieceUsage |
Returns
| Type | Description |
|---|---|
| string | The matched internal name. If the pieceUsage parameter is null or empty, an empty string is returned. Otherwise the unchanged pieceUsage parameter is returned. |