CSJ2K.Icc.Types.XYZNumber.ToString C# (CSharp) Method

ToString() public method

String representation of class instance.
public ToString ( ) : System.String
return System.String
        public override System.String ToString()
        {
            return "[" + dwX + ", " + dwY + ", " + dwZ + "]";
        }