OpenMetaverse.Asset.Decode C# (CSharp) Method

Decode() public abstract method

Decodes the AssetData, placing it in appropriate properties of the derived class.
public abstract Decode ( ) : bool
return bool
        public abstract bool Decode();