OpenMetaverse Protocol Library Developers API Documentation
EnumToText Method (value)
NamespacesOpenMetaverseUtilsEnumToText(Enum)
Returns text specified in EnumInfo attribute of the enumerator To add the text use [EnumInfo(Text = "Some nice text here")] before declaration of enum values
Declaration Syntax
C#
public 
static 
string 
EnumToText(
        
Enum 
value
)
Parameters
value ( Enum)
Enum value
Return Value
Text representation of the enum

Assembly: OpenMetaverseTypes(Module: OpenMetaverseTypes.dll) Version: 0.0.0.0