←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly