| GraphicUtilLocationToFilename Method  | 
Public API of XMLmind XSL-FO Converter for .NET
             Converts specified "file:" URI to a filename.
             
 
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntaxpublic static string LocationToFilename(
	string location
)
Public Shared Function LocationToFilename ( 
	location As String
) As String
public:
static String^ LocationToFilename(
	String^ location
)
Parameters
- location
 - Type: SystemString
string form of the URL to be converted 
Return Value
Type: 
Stringa filename corresponding to specified URL or
             
null if location is not a 
             "file:" URL
See Also