NewCultureInfo
Creates a new CultureInfo object for the specified culture.
Public Function NewCultureInfo(
ByRef NameOrLCID As Variant,
Optional ByVal UseUserOverride As Boolean = True ) As CultureInfo
Parameters
- NameOrLCID
-
[ByRef]
Variant.
The name or Locale ID of the culture to be created.
- UseUserOverride
-
[ByVal]
Optional.
Boolean.
A flag indicating if the local machine settings should be used instead of the stored setting. This only applies to the culture of the current machine.
Default: True
Return Values
CultureInfo - The newly created CultureInfo object.
See Also
Project CorLib Overview
Class Constructors Overview