Cloudinary.Transformation.GetSize C# (CSharp) Method

GetSize() protected method

protected GetSize ( ) : string
return string
        protected virtual string GetSize()
        {
            return string.Format("w_{0},h_{1}", Width, Height);
        }