AFLocaleIndependentFormatProvider Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
An IFormatProvider that implements the locale independent format
supported by the PI SDK.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.TimeAFLocaleIndependentFormatProvider
OSIsoft.AF.TimeAFLocaleIndependentFormatProvider
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFLocaleIndependentFormatProvider : IFormatProvider
Public NotInheritable Class AFLocaleIndependentFormatProvider Implements IFormatProvider Dim instance As AFLocaleIndependentFormatProvider
public ref class AFLocaleIndependentFormatProvider sealed : IFormatProvider
[<SealedAttribute>] type AFLocaleIndependentFormatProvider = class interface IFormatProvider end
The AFLocaleIndependentFormatProvider type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AFLocaleIndependentFormatProvider |
Creates a new instance of the AFLocaleIndependentFormatProvider.
|
Properties
| Name | Description | |
|---|---|---|
| Patterns |
The format patterns supported by this provider.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
This IFormatProvider implements the locale independent format supported
by the PI SDK. This format is similar to the InvariantCulture
except that the date portion is in 'day-month-year' format.