DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="4.15.2" />

 ResourceEntry

public struct ResourceEntry
Represents resource entry.
public ResourceManager Manager { get; }

Gets resource manager providing access to the entry.

public string Name { get; }

Gets name of the resource entry.

public static string op_Explicit(ref ResourceEntry entry)

Obtains resource string.

public static Stream op_Explicit(ref ResourceEntry entry)

Obtains resource entry as a stream.

public T As<T>(CultureInfo culture = null)

Deserializes resource entry.

public Stream AsStream(CultureInfo culture = null)

Returns resource entry as a stream.

public string AsString(CultureInfo culture = null)

Returns resource string.

public string Format(object[] args)

Returns formatted resource string.