CSJ2K.Icc.Tags.ICCXYZType.ToString C# (CSharp) Method

ToString() public method

Return the string rep of this tag.
public ToString ( ) : System.String
return System.String
        public override System.String ToString()
        {
            return "[" + base.ToString() + "(" + x + ", " + y + ", " + z + ")]";
        }