FlickrNet.Utils.UrlFormat C# (CSharp) Method

UrlFormat() static private method

static private UrlFormat ( Photo p, string size, string format ) : string
p Photo
size string
format string
return string
        internal static string UrlFormat(Photo p, string size, string format)
        {
            if( size == "_o" )
                return UrlFormat(photoUrl, p.Farm, p.Server, p.PhotoId, p.OriginalSecret, size, format);
            else
                return UrlFormat(photoUrl, p.Farm, p.Server, p.PhotoId, p.Secret, size, format);
        }

Same methods

Utils::UrlFormat ( PhotoInfo p, string size, string format ) : string
Utils::UrlFormat ( Photoset p, string size, string format ) : string
Utils::UrlFormat ( string format ) : string