C# Class SIL.FieldWorks.FDO.Infrastructure.GuidServices

Handle conversion of string/Guids.
显示文件 Open project: sillsdev/FieldWorks

Private Methods

Method Description
GetGuid ( string guid ) : System.Guid

Get a Guid from a base 64 string.

GetString ( System.Guid guid ) : string

Get a base 64 string representation of a Guid.