Mono Class Library: System.Globalization.NumberFormatInfo Overview | Members

System.Globalization.NumberFormatInfo.Clone Method

Creates a copy of the current instance.

public object Clone ()

Returns

A object that is a copy of the current instance.

Remarks

The NumberFormatInfo.Clone method returns a new instance of System.Globalization.NumberFormatInfo with property values that are equal to the property values of the current instance except for the DateTimeFormatInfo.IsReadOnly property, which is always false.

Note: This method is implemented to support the ICloneable interface.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0