Clone
Makes a deep copy of the current StringFormat.
Syntax
[C#]
stringFormat Clone();
[Visual Basic]
Function Clone() As StringFormat
Notes
None.
Example
None.