C# Class HermaFx.GuidExtensions

显示文件 Open project: evicertia/HermaFx

Public Methods

Method Description
ToBase64String ( this guid ) : string
ToBase64String ( this guid, bool trimmed ) : string
ToZBase32String ( this guid ) : string
TryParse ( string input, System.Guid &result ) : bool

Method Details

ToBase64String() public static method

public static ToBase64String ( this guid ) : string
guid this
return string

ToBase64String() public static method

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

ToZBase32String() public static method

public static ToZBase32String ( this guid ) : string
guid this
return string

TryParse() public static method

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