Returns the current RegionInfo object for this instance.
[Visual Basic] Public Shared ReadOnly Property CurrentRegion As RegionInfo [C#] public static RegionInfo CurrentRegion {get;} [C++] public: __property static RegionInfo* get_CurrentRegion(); [JScript] public static function get CurrentRegion() : RegionInfo;
To be supplied.
This instance provides methods based on the current user settings. These settings are volatile and may change over the lifetime of the thread.
RegionInfo Class | RegionInfo Members | System.Globalization Namespace