Clone()

CultureInfo::Clone() method

Clones culture info.

SharedPtr<Object> System::Globalization::CultureInfo::Clone() override

Return Value

Newly created culture info object with same data as current one.

See Also