C# Class CkanDotNet.Web.Models.GuidHelper

Show file Open project: opencolorado/.NET-Wrapper-for-CKAN-API

Public Methods

Method Description
GetUniqueKey ( int length ) : string

Gets a unqiue key based on GUID string hash code.

Method Details

GetUniqueKey() public static method

Gets a unqiue key based on GUID string hash code.
public static GetUniqueKey ( int length ) : string
length int The length of the key returned.
return string