RandomId Method

Summary

Generates a random string.

Syntax
C#
VB
C++
public static string RandomId( 
   int size 
) 
Public Shared Function RandomId( _ 
   ByVal size As Integer _ 
) As String 
public: 
static String^ RandomId(  
   int size 
)  

Parameters

size
The size of the string to create.

Return Value

A random string with the specified size.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly