RandomStringMacro Method

Summary
Macro that returns a random string.
Syntax
C#
C++/CLI
public static string RandomStringMacro( 
   MacroElement element, 
   string name, 
   object[] parameters 
) 
public: 
static String^ RandomStringMacro(  
   MacroElement^ element, 
   String^ name, 
   ... array<Object^>^ parameters 
)  

Parameters

element
The macro element that holds information about the dataset.

name
The name of the macro.

parameters
The parameters that were passed to the macro.

Return Value

A random string.

Remarks

The following parameter is valid:

  • length [required] - The length of the of the random string to be returned.
Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.