C# 클래스 HermaFx.GuidExtensions

파일 보기 프로젝트 열기: evicertia/HermaFx

공개 메소드들

메소드 설명
ToBase64String ( this guid ) : string
ToBase64String ( this guid, bool trimmed ) : string
ToZBase32String ( this guid ) : string
TryParse ( string input, System.Guid &result ) : bool

메소드 상세

ToBase64String() 공개 정적인 메소드

public static ToBase64String ( this guid ) : string
guid this
리턴 string

ToBase64String() 공개 정적인 메소드

public static ToBase64String ( this guid, bool trimmed ) : string
guid this
trimmed bool
리턴 string

ToZBase32String() 공개 정적인 메소드

public static ToZBase32String ( this guid ) : string
guid this
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( string input, System.Guid &result ) : bool
input string
result System.Guid
리턴 bool