Click or drag to resize
CultureInfoClone Method
Creates a copy of the current CultureInfo.

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual Object Clone()

Return Value

Type: Object
A copy of the current CultureInfo.
See Also