public GetText ( Object source ) : String | ||
source | Object | /// this is the object instance to get the value of /// |
return | String |
Enum
type then the text value is taken from Enum.name
so it can later be deserialized easily using the enumeration class and name. public GetText ( Object source ) : String | ||
source | Object | /// this is the object instance to get the value of /// |
return | String |