C# Class trello.Extensions.StringExtensions

Afficher le fichier Open project: Bunk/trellow

Méthodes publiques

Méthode Description
ToAvatarUrl ( this avatarHash, AvatarSize size ) : string
ToAvatarUrl ( this avatarHash, int size = 170 ) : string
ToUri ( this str ) : Uri

Method Details

ToAvatarUrl() public static méthode

public static ToAvatarUrl ( this avatarHash, AvatarSize size ) : string
avatarHash this
size AvatarSize
Résultat string

ToAvatarUrl() public static méthode

public static ToAvatarUrl ( this avatarHash, int size = 170 ) : string
avatarHash this
size int
Résultat string

ToUri() public static méthode

public static ToUri ( this str ) : Uri
str this
Résultat System.Uri