This documentation is for the old version. Go to the latest Upload Suite docs

ImageFormat.ToString Method (IUrlResolutionService)

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Returns a String that represents the current ImageFormat.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Function ToString ( _
	urlResolver As IUrlResolutionService _
) As String
C#
public string ToString(
	IUrlResolutionService urlResolver
)

Parameters

urlResolver

Type: System.Web.UI.IUrlResolutionService

The IUrlResolutionService used for resolving relative paths and paths that contain the ~ operator.

Return Value

Type: System.String

The string representation of this ImageFormat.

See Also

Reference