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