ResXDataNodeValueData Property

Gets the raw value data as String as it was stored in the source .resx file. If the resource does not contain the .resx information (that is, if the ResXDataNode was created from an object or the raw .resx data was removed on a GetValue call), then this property returns .

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public string? ValueData { get; }

Property Value

String

See Also