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.
Afficher le fichier Open project: ylatuya/EPPlus Class Usage Examples

Méthodes publiques

Méthode Description
GetRelativeUri ( Uri sourcePartUri, Uri targetPartUri ) : Uri

get the relative Uri

Method Details

GetRelativeUri() public static méthode

get the relative Uri
public static GetRelativeUri ( Uri sourcePartUri, Uri targetPartUri ) : Uri
sourcePartUri System.Uri
targetPartUri System.Uri
Résultat System.Uri