Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / Util Class / GenerateId Method

In This Topic
    GenerateId Method
    In This Topic
    Generates a unique sequence of 16 hex digits.
    Syntax
    'Declaration
     
    Public Shared Function GenerateId() As String
    public static string GenerateId()
    Remarks
    Source: http://madskristensen.net/post/Generate-unique-strings-and-numbers-in-C.aspx
    See Also