Click or drag to resize
GraphicUtilLocationToFilename Method
Public API of XMLmind XSL-FO Converter for .NET
Converts specified "file:" URI to a filename.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public static string LocationToFilename(
	string location
)

Parameters

location
Type: SystemString
string form of the URL to be converted

Return Value

Type: String
a filename corresponding to specified URL or null if location is not a "file:" URL
See Also