C# Class OfficeOpenXml.PackUriHelperMonoSafe

workaround for wrongly implemented GetRelativeUri in Mono see https://bugzilla.xamarin.com/show_bug.cgi?id=2527 Mono always returns the sourcePartUri.
Show file Open project: ylatuya/EPPlus Class Usage Examples

Public Methods

Method Description
GetRelativeUri ( Uri sourcePartUri, Uri targetPartUri ) : Uri

get the relative Uri

Method Details

GetRelativeUri() public static method

get the relative Uri
public static GetRelativeUri ( Uri sourcePartUri, Uri targetPartUri ) : Uri
sourcePartUri System.Uri
targetPartUri System.Uri
return System.Uri