LocalCldrFileReaderMetaZonesContent Property

Returns the raw contents of the metaZones.json file that the class has read

Definition

Namespace: InnerDrive.TimeZones.Cldr
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.3.9728.0
C#
public string MetaZonesContent { get; }

Property Value

String

Implements

ICldrFileReaderMetaZonesContent

Remarks

If Initialized is false, the value will be Empty

See Also