[]
Gets the name associated with a citation category number used in TA and TOA fields.
public static string GetName(int number)
Public Shared Function GetName(number As Integer) As String
Type | Name | Description |
---|---|---|
int | number | The citation category number. |
Type | Description |
---|---|
string | The citation category name if one has been specified; otherwise, the category number converted to a string. |