2027 Method
Changes 8
M

ParameterUtils.IsValidRegionCode

Description:
Checks whether a given region code is allowed to identify a region where an account containing parameter definitions may exist.
Remarks:
In order to support new regions in the future, this method does not use a fixed list. Supported regions include "US", "EMEA", "IRL", "APAC", "AUS", "GBR", "DEU", "JPN", "CAN", and "IND". A return value of true does not indicate that a given region actually exists.
public static bool IsValidRegionCode(
	string region
)
  • String
    region
    The region to check.
Return Value Boolean False if the region is invalid, true otherwise.