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
.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public string? ValueData { get; }
Public ReadOnly Property ValueData As String
Get
public:
property String^ ValueData {
String^ get ();
}
member ValueData : string with get
Property Value
String