AFLocaleIndependentFormatProvider.Patterns Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The format patterns supported by this provider.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public IList<string> Patterns { get; }
Public ReadOnly Property Patterns As IList(Of String) Get Dim instance As AFLocaleIndependentFormatProvider Dim value As IList(Of String) value = instance.Patterns
public: property IList<String^>^ Patterns { IList<String^>^ get (); }
member Patterns : IList<string> with get
Property Value
Type: IListStringReturns the format patterns supported by this provider.