StringFormat.Clone Method

Definition

Creates an exact copy of this StringFormat object.

public:
 virtual System::Object ^ Clone();
public object Clone ();
abstract member Clone : unit -> obj
override this.Clone : unit -> obj
Public Function Clone () As Object

Returns

The StringFormat object this method creates.

Implements

Applies to