Determines whether a given locale is valid in OPC Data Access.
Syntax
[Pure()]
public static bool IsValidLocale(
long
)
[Pure()]
public:
static bool IsValidLocale(
int64
)
'Declaration
<PureAttribute()>
Public Shared Function IsValidLocale( _
ByVal As Long _
) As Boolean
'Usage
Dim locale As Long
Dim value As Boolean
value = DAUtilities.IsValidLocale(locale)
Parameters
- locale
- The locale to be tested.
Return Value
true
if is a valid locale; false
otherwise.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also