[This is preliminary documentation and is subject to change.]
Randomizes all attributes contained in this instance.
| C# | Visual Basic | Visual C++ |
public void Randomize( string stringToReplace )
Public Sub Randomize ( _ stringToReplace As String _ )
public: void Randomize( String^ stringToReplace )
- stringToReplace (String)
- The String to replace (may not be empty).
Randomization is performed by replacing each stringToReplace in the values of the attributes contained
with a random digit between 0 and 9.