C# 클래스 trello.Extensions.StringExtensions

파일 보기 프로젝트 열기: Bunk/trellow

공개 메소드들

메소드 설명
ToAvatarUrl ( this avatarHash, AvatarSize size ) : string
ToAvatarUrl ( this avatarHash, int size = 170 ) : string
ToUri ( this str ) : Uri

메소드 상세

ToAvatarUrl() 공개 정적인 메소드

public static ToAvatarUrl ( this avatarHash, AvatarSize size ) : string
avatarHash this
size AvatarSize
리턴 string

ToAvatarUrl() 공개 정적인 메소드

public static ToAvatarUrl ( this avatarHash, int size = 170 ) : string
avatarHash this
size int
리턴 string

ToUri() 공개 정적인 메소드

public static ToUri ( this str ) : Uri
str this
리턴 System.Uri