OpenMetaverse.InventoryManager.InventoryTypeToString C# (CSharp) Method

InventoryTypeToString() public static method

Convert an InventoryType to a string
public static InventoryTypeToString ( InventoryType type ) : string
type InventoryType The to convert
return string
        public static string InventoryTypeToString(InventoryType type)
        {
            return _InventoryTypeNames[(int)type];
        }