[]
Converts a UnitTypeEnum value to a string representation as in the following table:
public static string UnitTypeToString(UnitTypeEnum value)
Public Shared Function UnitTypeToString(value As UnitTypeEnum) As String
| Type | Name | Description |
|---|---|---|
| UnitTypeEnum | value | A UnitTypeEnum to convert. |
| Type | Description |
|---|---|
| string | The string representing |